We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ce17c commit 0d35a08Copy full SHA for 0d35a08
.github/workflows/gradle.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/setup-java@v2
21
with:
22
distribution: 'zulu'
23
- java-version: "11"
+ java-version: "17"
24
- name: Grant execute permission for gradlew
25
run: chmod +x gradlew
26
- name: Build with Gradle
.travis.yml
@@ -1,6 +1,6 @@
1
language: java
2
jdk:
3
- - oraclejdk17
+ - openjdk17
4
#sudo: false
5
dist: trusty
6
before_cache:
0 commit comments