Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1baa9ce618 | |||
| 2ddf356387 | |||
| 09d3294a5b | |||
| a8b167af0f | |||
| 2ebdc7e33f | |||
| ab6a83aee0 |
@@ -1,8 +1,8 @@
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
plugins {
|
||||
`java-gradle-plugin`
|
||||
`kotlin-dsl`
|
||||
id("java-gradle-plugin")
|
||||
id("org.gradle.kotlin.kotlin-dsl") version "4.1.2"
|
||||
}
|
||||
|
||||
// The kotlin-dsl plugin requires a repository to be declared
|
||||
@@ -22,7 +22,6 @@ dependencies {
|
||||
// kotlin plugin, required by custom plugin
|
||||
implementation(kotlin("gradle-plugin", "1.8.10"))
|
||||
|
||||
gradleKotlinDsl()
|
||||
implementation(kotlin("stdlib-jdk8"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user