added kotlin plugin name
This commit is contained in:
@@ -76,6 +76,9 @@
|
|||||||
<includes><include>kotlin-jdk-annotations.jar</include></includes>
|
<includes><include>kotlin-jdk-annotations.jar</include></includes>
|
||||||
<filtering>false</filtering>
|
<filtering>false</filtering>
|
||||||
</resource>
|
</resource>
|
||||||
|
<resource>
|
||||||
|
<directory>${project.basedir}/src/main/resources</directory>
|
||||||
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
implementation-class=org.jetbrains.kotlin.gradle.plugin.KotlinPlugin
|
||||||
+1
-2
@@ -1,4 +1,3 @@
|
|||||||
import org.jetbrains.kotlin.gradle.plugin.*
|
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
@@ -11,7 +10,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: KotlinPlugin
|
apply plugin: "kotlin"
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
deploy
|
deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user