Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Softa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Meißner
Softa
Commits
a62826e5
Commit
a62826e5
authored
6 years ago
by
Korbinian Riedhammer
Browse files
Options
Downloads
Patches
Plain Diff
updated gradle wrapper
parent
033b8cc0
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
gradle/wrapper/gradle-wrapper.jar
+0
-0
0 additions, 0 deletions
gradle/wrapper/gradle-wrapper.jar
gradle/wrapper/gradle-wrapper.properties
+1
-1
1 addition, 1 deletion
gradle/wrapper/gradle-wrapper.properties
gradlew
+1
-1
1 addition, 1 deletion
gradlew
gradlew.bat
+84
-84
84 additions, 84 deletions
gradlew.bat
with
86 additions
and
86 deletions
gradle/wrapper/gradle-wrapper.jar
+
0
−
0
View file @
a62826e5
No preview for this file type
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.properties
+
1
−
1
View file @
a62826e5
distributionBase
=
GRADLE_USER_HOME
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.10.2
-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5.2.1
-bin.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
zipStorePath
=
wrapper/dists
This diff is collapsed.
Click to expand it.
gradlew
+
1
−
1
View file @
a62826e5
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
gradlew.bat
+
84
−
84
View file @
a62826e5
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment