Skip to content

Commit e3338d4

Browse files
committed
Set the JVM version in the "plugins" project to 8
1 parent a86ca9b commit e3338d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle-plugins/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ plugins {
66
id("com.gradle.plugin-publish") version "1.2.1"
77
}
88

9+
kotlin.jvmToolchain(8)
10+
911
repositories {
1012
mavenCentral()
1113
}

0 commit comments

Comments
 (0)