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
d2688045
Commit
d2688045
authored
Dec 21, 2018
by
Claus Nagel
Browse files
moved to Gradle 5.0
parent
a96ccd6b
Changes
4
Hide whitespace changes
Inline
Side-by-side
gradle/wrapper/gradle-wrapper.jar
View file @
d2688045
No preview for this file type
gradle/wrapper/gradle-wrapper.properties
View file @
d2688045
distributionBase
=
GRADLE_USER_HOME
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-5.0-bin.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.9-bin.zip
gradlew
View file @
d2688045
...
@@ -28,7 +28,7 @@ APP_NAME="Gradle"
...
@@ -28,7 +28,7 @@ APP_NAME="Gradle"
APP_BASE_NAME
=
`
basename
"
$0
"
`
APP_BASE_NAME
=
`
basename
"
$0
"
`
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS
=
""
DEFAULT_JVM_OPTS
=
'"-Xmx64m"'
# Use the maximum available, or set MAX_FD != -1 to use that value.
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD
=
"maximum"
MAX_FD
=
"maximum"
...
...
gradlew.bat
View file @
d2688045
...
@@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
...
@@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
set
APP_HOME
=
%DIRNAME%
set
APP_HOME
=
%DIRNAME%
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
set
DEFAULT_JVM_OPTS
=
set
DEFAULT_JVM_OPTS
=
"-Xmx64m"
@rem Find java.exe
@rem Find java.exe
if
defined
JAVA_HOME
goto
findJavaFromJavaHome
if
defined
JAVA_HOME
goto
findJavaFromJavaHome
...
...
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