Skip to content

Commit

Permalink
Switch to java 11 and remove asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
breucode committed Mar 15, 2023
1 parent 401b419 commit 24ec8ee
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
- name: Unset JAVA_HOME
run: unset JAVA_HOME
- uses: asdf-vm/actions/install@v2
- uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "11"
- name: Check
run: ./gradlew check
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
- name: Unset JAVA_HOME
run: unset JAVA_HOME
- uses: asdf-vm/actions/install@v2
- uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "11"
- name: Check before publish
run: ./gradlew check
- name: Publish package
Expand Down
2 changes: 1 addition & 1 deletion .sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=8.0.362-zulu
java=11.0.18-tem
1 change: 0 additions & 1 deletion .tool-versions

This file was deleted.

0 comments on commit 24ec8ee

Please sign in to comment.