Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Energy ADE
ADE Xjc
Commits
8049083e
Commit
8049083e
authored
Aug 20, 2018
by
Claus Nagel
Browse files
updated to Gradle 4.9
parent
fd0a4ec9
Changes
3
Show whitespace changes
Inline
Side-by-side
build.gradle
View file @
8049083e
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
{
...
@@ -66,7 +68,3 @@ distributions.main.contents {
...
@@ -66,7 +68,3 @@ distributions.main.contents {
from
'LICENSE'
from
'LICENSE'
}
}
}
}
\ No newline at end of file
task
wrapper
(
type:
Wrapper
)
{
gradleVersion
=
'4.5.1'
}
\ No newline at end of file
gradle/wrapper/gradle-wrapper.jar
View file @
8049083e
No preview for this file type
gradle/wrapper/gradle-wrapper.properties
View file @
8049083e
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment