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 a0c78ac commit 1c1ef11Copy full SHA for 1c1ef11
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
fetch-depth: 0
14
- uses: actions/setup-java@v4
15
with:
16
- java-version: 11
+ java-version: 17
17
distribution: temurin
18
- name: Build with Gradle
19
run: ./gradlew build
build.gradle
@@ -4,7 +4,7 @@ allprojects {
4
}
5
pluginManager.withPlugin('java') {
6
java {
7
- sourceCompatibility = JavaVersion.VERSION_11
+ sourceCompatibility = JavaVersion.VERSION_17
8
withSourcesJar()
9
withJavadocJar()
10
0 commit comments