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 291bd5b commit 278d6deCopy full SHA for 278d6de
build.gradle.kts
@@ -1,7 +1,7 @@
1
plugins {
2
`kotlin-dsl`
3
`maven-publish`
4
- id("com.gradle.plugin-publish") version "1.2.1"
+ alias(libs.plugins.gradle.plugin.publish)
5
}
6
7
dependencies {
@@ -19,7 +19,7 @@ tasks.withType<JavaCompile>().configureEach {
19
20
kotlin {
21
jvmToolchain {
22
- languageVersion = JavaLanguageVersion.of(17)
+ languageVersion = JavaLanguageVersion.of(8)
23
24
target {
25
compilations.configureEach {
gradle/libs.versions.toml
@@ -1,3 +1,6 @@
+[plugins]
+gradle-plugin-publish = { id = "com.gradle.plugin-publish", version = "1.2.1" }
+
[versions]
indra = "3.1.3"
gradleErrorprone = "3.1.0"
0 commit comments