Skip to content

Commit

Permalink
Fix runPluginVerifier.
Browse files Browse the repository at this point in the history
MrCoder committed Jan 11, 2024
1 parent b915282 commit 20a1a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -114,7 +114,7 @@ sourceSets {
tasks {
// Set the compatibility versions to 11
withType<JavaCompile> {
sourceCompatibility = "11"
sourceCompatibility = "17"
targetCompatibility = "17"
}
listOf("compileKotlin", "compileTestKotlin").forEach {

0 comments on commit 20a1a53

Please sign in to comment.