We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5469f9 commit bdb666eCopy full SHA for bdb666e
build-tools/builder-functional/build.gradle
@@ -8,6 +8,6 @@ dependencies {
8
}
9
10
java {
11
- sourceCompatibility = JavaVersion.VERSION_21
12
- targetCompatibility = JavaVersion.VERSION_21
13
-}
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
+}
0 commit comments