update gradle-version plugin to 0.38.0
This commit is contained in:
21
build.gradle
21
build.gradle
@@ -1,23 +1,13 @@
|
||||
import org.gradle.plugins.ide.eclipse.model.AccessRule
|
||||
import org.apache.tools.ant.filters.ReplaceTokens
|
||||
|
||||
//apply plugin: 'java'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
|
||||
apply plugin: 'com.github.ben-manes.versions'
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// usage: gradlew dependencyUpdates -Drevision=release
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.36.0'
|
||||
}
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'eclipse'
|
||||
id 'com.github.ben-manes.versions' version "0.38.0" // check for dependency updates run: gradlew dependenyUpdates
|
||||
}
|
||||
|
||||
|
||||
ext {
|
||||
|
||||
javaVersion=14
|
||||
@@ -133,7 +123,6 @@ subprojects {
|
||||
withProperties { properties ->
|
||||
//you can tinker with the Properties here
|
||||
properties.put("XXXXXXX", "YYYYYYYY")
|
||||
println(properties)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user