Skip to content

Commit 4caa7bc

Browse files
committed
Change JDK to 17
1 parent b2d2d02 commit 4caa7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
uses: actions/[email protected]
1212
with:
1313
distribution: 'adopt'
14-
java-version: '11'
14+
java-version: '17'
1515
- name: Build the project
1616
run: ./gradlew assemble

0 commit comments

Comments
 (0)