Skip to content

Commit a71df4a

Browse files
committed
-Minor changes
1 parent c68a597 commit a71df4a

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

build.gradle.kts

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ buildscript {
1111
}
1212
}
1313
plugins {
14-
id("java")
14+
java
1515
`maven-publish`
16-
id("java-library")
17-
id("org.jetbrains.kotlin.jvm") version Versions.kotlinVersion
16+
id("org.jetbrains.kotlin.plugin.sam.with.receiver") version Versions.kotlinVersion
1817
`java-library`
1918
}
2019

@@ -39,14 +38,6 @@ dependencies {
3938
//Gson
4039
implementation("com.google.code.gson:gson:2.10.1")
4140
}
42-
tasks {
43-
compileKotlin {
44-
kotlinOptions.jvmTarget = "1.8"
45-
}
46-
compileTestKotlin {
47-
kotlinOptions.jvmTarget = "1.8"
48-
}
49-
}
5041

5142
java {
5243
withJavadocJar()

0 commit comments

Comments
 (0)