Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	gradle.properties
SkyWatcher2019 committed Jan 26, 2024
2 parents 8a7b2e6 + 2c60de7 commit 4023a45
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v3.0.0
with:
distribution: adopt
java-version: 11
java-version: 17
- name: Build LimboAuth
run: ./gradlew build
- name: Upload LimboAuth
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
uses: actions/setup-java@v3.0.0
with:
distribution: adopt
java-version: 11
java-version: 17
- name: Build LimboAuth
run: ./gradlew build
- name: Upload LimboAuth

0 comments on commit 4023a45

Please sign in to comment.