We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b19267 commit d2b2b65Copy full SHA for d2b2b65
build.gradle
@@ -22,7 +22,6 @@ buildscript {
22
}
23
24
dependencies {
25
- classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
26
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
27
classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version"
28
@@ -33,10 +32,6 @@ plugins {
33
32
id 'net.researchgate.release' version "2.6.0"
34
35
36
-// run task dependencyUpdates to check for updates of dependencies
37
-apply plugin: 'com.github.ben-manes.versions'
38
-
39
40
apply plugin: 'maven'
41
apply plugin: 'kotlin'
42
apply plugin: 'java'
0 commit comments