Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProB 2 Jupyter Kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
ProB 2 Jupyter Kernel
Commits
59767a84
Commit
59767a84
authored
2 months ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Update Gradle wrapper to version 8.13
parent
5377adb9
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
+5
-3
5 additions, 3 deletions
gradlew
gradlew.bat
+2
-0
2 additions, 0 deletions
gradlew.bat
with
8 additions
and
4 deletions
gradle/wrapper/gradle-wrapper.jar
+
0
−
0
View file @
59767a84
No preview for this file type
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.properties
+
1
−
1
View file @
59767a84
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.
6
-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-8.
13
-bin.zip
networkTimeout
=
10000
validateDistributionUrl
=
true
zipStoreBase
=
GRADLE_USER_HOME
...
...
This diff is collapsed.
Click to expand it.
gradlew
+
5
−
3
View file @
59767a84
...
...
@@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
##############################################################################
#
...
...
@@ -55,7 +57,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/
subprojects/plugins
/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/
platforms/jvm/plugins-application
/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
...
...
@@ -84,7 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME
=
${
0
##*/
}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME
=
$(
cd
"
${
APP_HOME
:-
./
}
"
>
/dev/null
&&
p
wd
-P
)
||
exit
APP_HOME
=
$(
cd
-P
"
${
APP_HOME
:-
./
}
"
>
/dev/null
&&
p
rintf
'%s\n'
"
$PWD
"
)
||
exit
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD
=
maximum
...
...
@@ -203,7 +205,7 @@ fi
DEFAULT_JVM_OPTS
=
'"-Xmx64m" "-Xms64m"'
# Collect all arguments for the java command:
# * DEFAULT_JVM_OPTS, JAVA_OPTS,
JAVA_OPTS,
and optsEnvironmentVar are not allowed to contain shell fragments,
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# and any embedded shellness will be escaped.
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
# treated as '${Hostname}' itself on the command line.
...
...
This diff is collapsed.
Click to expand it.
gradlew.bat
+
2
−
0
View file @
59767a84
...
...
@@ -13,6 +13,8 @@
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@rem SPDX-License-Identifier: Apache-2.0
@rem
@if
"
%DEBUG%
"
==
""
@echo
off
@rem ##########################################################################
...
...
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