We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af2773 commit 717c74dCopy full SHA for 717c74d
1 file changed
build.gradle
@@ -1,9 +1,8 @@
1
plugins {
2
id "groovy"
3
- id "idea"
4
-
5
id "java-gradle-plugin"
6
id "com.gradle.plugin-publish" version "0.9.10"
+ id "com.github.ben-manes.versions" version "0.21.0"
7
}
8
9
apply from: "jacoco.gradle"
@@ -14,8 +13,6 @@ repositories {
14
13
mavenCentral()
15
16
17
-jar.archivePath
18
19
dependencies {
20
implementation gradleApi()
21
implementation localGroovy()
0 commit comments