Skip to content

Commit bdb666e

Browse files
authored
Update build.gradle
1 parent e5469f9 commit bdb666e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-tools/builder-functional/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ dependencies {
88
}
99

1010
java {
11-
sourceCompatibility = JavaVersion.VERSION_21
12-
targetCompatibility = JavaVersion.VERSION_21
13-
}
11+
sourceCompatibility = JavaVersion.VERSION_17
12+
targetCompatibility = JavaVersion.VERSION_17
13+
}

0 commit comments

Comments
 (0)