Skip to content

Commit 7fbfdbb

Browse files
committed
Comment out the JVM toolchain version as it is not needed in this project
1 parent 8b6058e commit 7fbfdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-plugins/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
//id("com.gradle.plugin-publish") version "1.2.1"
77
}
88

9-
kotlin.jvmToolchain(8)
9+
//kotlin.jvmToolchain(8)
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)