Skip to content

Commit 2beee77

Browse files
Jaiden AshmoreJaiden Ashmore
Jaiden Ashmore
authored and
Jaiden Ashmore
committed
use Java 17 for snapshot releases
1 parent a9b0a1f commit 2beee77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-snapshot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
9-
- name: Set up JDK 1.8
9+
- name: Set up JDK 17
1010
uses: actions/setup-java@v1
1111
with:
12-
java-version: 1.8
12+
java-version: 17
1313
- name: Build with Gradle
1414
uses: eskatos/gradle-command-action@v1
1515
env:

0 commit comments

Comments
 (0)