update dependencies
This commit is contained in:
@@ -8,13 +8,13 @@ buildscript {
|
|||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
// run with Java 11 and ./gradlew --no-daemon clean jmh
|
// run with Java 11 and ./gradlew --no-daemon clean jmh
|
||||||
classpath "me.champeau.gradle:jmh-gradle-plugin:0.5.2"
|
classpath "me.champeau.gradle:jmh-gradle-plugin:0.5.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
// usage: gradle dependencyUpdates -Drevision=release
|
// usage: gradle dependencyUpdates -Drevision=release
|
||||||
id "com.github.ben-manes.versions" version "0.36.0"
|
id "com.github.ben-manes.versions" version "0.38.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
|
|||||||
Reference in New Issue
Block a user