Skip to content

Commit e5469f9

Browse files
authored
Update build.gradle
1 parent 9a7eb06 commit e5469f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-tools/builder-files/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies {
1010
}
1111

1212
java {
13-
sourceCompatibility = JavaVersion.VERSION_21
14-
targetCompatibility = JavaVersion.VERSION_21
15-
}
13+
sourceCompatibility = JavaVersion.VERSION_17
14+
targetCompatibility = JavaVersion.VERSION_17
15+
}

0 commit comments

Comments
 (0)