We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86ca9b commit e3338d4Copy full SHA for e3338d4
gradle-plugins/build.gradle.kts
@@ -6,6 +6,8 @@ plugins {
6
id("com.gradle.plugin-publish") version "1.2.1"
7
}
8
9
+kotlin.jvmToolchain(8)
10
+
11
repositories {
12
mavenCentral()
13
0 commit comments