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 f3dc9d6 commit 245fd5eCopy full SHA for 245fd5e
functional-tests/build.gradle
@@ -52,7 +52,7 @@ dependencies {
52
}
53
54
java {
55
- sourceCompatibility = JavaVersion.toVersion("11")
+ sourceCompatibility = JavaVersion.toVersion(javaVersion)
56
57
tasks.withType(Test).configureEach {
58
useJUnitPlatform()
gradle/java-config.gradle
@@ -1,5 +1,5 @@
1
2
- sourceCompatibility = JavaVersion.VERSION_11
3
withSourcesJar()
4
withJavadocJar()
5
0 commit comments