Skip to content

Commit 11741a8

Browse files
committed
sourceCompatibility is not needed when toolchain is in use
1 parent f9d49d7 commit 11741a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ allprojects {
1313
toolchain {
1414
languageVersion = JavaLanguageVersion.of( 21 )
1515
}
16-
17-
sourceCompatibility = JavaVersion.VERSION_21
18-
targetCompatibility = sourceCompatibility
1916
}
2017
}
2118

0 commit comments

Comments
 (0)