Skip to content

Commit d2b2b65

Browse files
committed
Remove dependency on gradle-versions-plugin
1 parent 3b19267 commit d2b2b65

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ buildscript {
2222
}
2323

2424
dependencies {
25-
classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
2625
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2726
classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version"
2827
}
@@ -33,10 +32,6 @@ plugins {
3332
id 'net.researchgate.release' version "2.6.0"
3433
}
3534

36-
// run task dependencyUpdates to check for updates of dependencies
37-
apply plugin: 'com.github.ben-manes.versions'
38-
39-
4035
apply plugin: 'maven'
4136
apply plugin: 'kotlin'
4237
apply plugin: 'java'

0 commit comments

Comments
 (0)