Commit 8049083e authored by Claus Nagel's avatar Claus Nagel
Browse files

updated to Gradle 4.9

parent fd0a4ec9
import org.apache.tools.ant.filters.ReplaceTokens import org.apache.tools.ant.filters.ReplaceTokens
plugins {
id 'java'
id 'application'
}
group 'org.citygml4j' group 'org.citygml4j'
version '2.7.0' version '2.7.0'
apply plugin: 'java'
apply plugin: 'application'
sourceCompatibility = 1.8 sourceCompatibility = 1.8
mainClassName = 'org.citygml4j.ade_xjc.ADESchemaCompiler' mainClassName = 'org.citygml4j.ade_xjc.ADESchemaCompiler'
repositories { repositories {
mavenCentral() jcenter()
} }
ext { ext {
...@@ -65,8 +67,4 @@ distributions.main.contents { ...@@ -65,8 +67,4 @@ distributions.main.contents {
into('license') { into('license') {
from 'LICENSE' from 'LICENSE'
} }
}
task wrapper(type: Wrapper) {
gradleVersion = '4.5.1'
} }
\ No newline at end of file
...@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment