Skip to content

Commit

Permalink
Revert the VM to the original 21, just change the source target
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Harrington committed May 9, 2024
1 parent efe7e8c commit 212b1f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
java-version: 21
java-package: jdk

- name: Setup MSVC Dev Cmd
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
java-version: 21
java-package: jdk

- name: Clean
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
java-version: 21
java-package: jdk

- name: Clean
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
java-version: 21
java-package: jdk
server-id: ossrh
server-username: MAVEN_USERNAME
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
java-version: 21
java-package: jdk

- name: Setup MSVC Dev Cmd
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
java-version: 21
java-package: jdk
server-id: ossrh
server-username: MAVEN_USERNAME
Expand Down

0 comments on commit 212b1f5

Please sign in to comment.