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 395e0e3 commit e756287Copy full SHA for e756287
build-logic/src/main/kotlin/buildlogic.java-conventions.gradle.kts
@@ -16,8 +16,8 @@ version = "1.0.0-SNAPSHOT"
16
17
java {
18
withSourcesJar()
19
- sourceCompatibility = JavaVersion.VERSION_17
20
- targetCompatibility = JavaVersion.VERSION_17
+ sourceCompatibility = JavaVersion.VERSION_11
+ targetCompatibility = JavaVersion.VERSION_11
21
}
22
23
publishing {
core/build.gradle.kts
@@ -22,8 +22,8 @@ description = "import-spec"
24
withJavadocJar()
25
26
27
28
29
tasks {
0 commit comments