We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b196cb commit 52a0afeCopy full SHA for 52a0afe
1 file changed
build.gradle
@@ -48,7 +48,7 @@ processResources {
48
}
49
50
tasks.withType(JavaCompile).configureEach {
51
- it.options.release = 25
+ it.options.release = 21
52
53
54
java {
@@ -57,8 +57,8 @@ java {
57
// If you remove this line, sources will not be generated.
58
withSourcesJar()
59
60
- sourceCompatibility = JavaVersion.VERSION_25
61
- targetCompatibility = JavaVersion.VERSION_25
+ sourceCompatibility = JavaVersion.VERSION_21
+ targetCompatibility = JavaVersion.VERSION_21
62
63
64
jar {
0 commit comments