Skip to content

Commit 717c74d

Browse files
committed
env: Add versions plugin
1 parent 9af2773 commit 717c74d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
plugins {
22
id "groovy"
3-
id "idea"
4-
53
id "java-gradle-plugin"
64
id "com.gradle.plugin-publish" version "0.9.10"
5+
id "com.github.ben-manes.versions" version "0.21.0"
76
}
87

98
apply from: "jacoco.gradle"
@@ -14,8 +13,6 @@ repositories {
1413
mavenCentral()
1514
}
1615

17-
jar.archivePath
18-
1916
dependencies {
2017
implementation gradleApi()
2118
implementation localGroovy()

0 commit comments

Comments
 (0)