File tree Expand file tree Collapse file tree 11 files changed +25
-16
lines changed
java/org/elasticsearch/gradle/internal/release
plugins/examples/gradle/wrapper Expand file tree Collapse file tree 11 files changed +25
-16
lines changed Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionSha256Sum =f759b8dd5204e2e3fa4ca3e73f452f087153cf81bac9561eeb854229cc2c5365
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-9.0 .0-all.zip
3
+ distributionSha256Sum =b84e04fa845fecba48551f425957641074fcc00a88a84d2aae5808743b35fc85
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1 .0-all.zip
5
5
networkTimeout =10000
6
6
validateDistributionUrl =true
7
7
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 29
29
30
30
import javax .inject .Inject ;
31
31
32
- public class ExtractCurrentVersionsTask extends AbstractVersionsTask {
32
+ public abstract class ExtractCurrentVersionsTask extends AbstractVersionsTask {
33
33
private static final Logger LOGGER = Logging .getLogger (ExtractCurrentVersionsTask .class );
34
34
35
35
private Path outputFile ;
Original file line number Diff line number Diff line change 1
- 9.0 .0
1
+ 9.1 .0
Original file line number Diff line number Diff line change 4166
4166
<sha256 value =" e5894b710094b4caafc6280b8829a439fb764901ea0ae18d06ed80388b309b7a" origin =" Generated by Gradle" />
4167
4167
</artifact >
4168
4168
</component >
4169
+ <component group =" org.junit.platform" name =" junit-platform-commons" version =" 1.9.0" >
4170
+ <artifact name =" junit-platform-commons-1.9.0.jar" >
4171
+ <sha256 value =" e5894b710094b4caafc6280b8829a439fb764901ea0ae18d06ed80388b309b7a" origin =" Generated by Gradle" />
4172
+ </artifact >
4173
+ </component >
4169
4174
<component group =" org.junit.platform" name =" junit-platform-engine" version =" 1.12.1" >
4170
4175
<artifact name =" junit-platform-engine-1.12.1.jar" >
4171
4176
<sha256 value =" 7fedff93fd92aec7d29fc60dc01fa027246b36b8088423a5efc4949e5f6affa4" origin =" Generated by Gradle" />
4176
4181
<sha256 value =" aaec735f7444a9fc055e206598de3d829c24e9c7a8eea6efdeeb1962087fe811" origin =" Generated by Gradle" />
4177
4182
</artifact >
4178
4183
</component >
4184
+ <component group =" org.junit.platform" name =" junit-platform-engine" version =" 1.9.0" >
4185
+ <artifact name =" junit-platform-engine-1.9.0.jar" >
4186
+ <sha256 value =" aaec735f7444a9fc055e206598de3d829c24e9c7a8eea6efdeeb1962087fe811" origin =" Generated by Gradle" />
4187
+ </artifact >
4188
+ </component >
4179
4189
<component group =" org.junit.platform" name =" junit-platform-launcher" version =" 1.12.1" >
4180
4190
<artifact name =" junit-platform-launcher-1.12.1.jar" >
4181
4191
<sha256 value =" ebbb14e7b29f60730eaede862ed69d7de0d581ea0c038fa6a202955c7541f525" origin =" Generated by Gradle" />
4746
4756
<sha256 value =" fea4b91afb5eb68a80007c9d88c8c189b5cd791d39d601d75c92e6f6bb587735" origin =" Generated by Gradle" />
4747
4757
</artifact >
4748
4758
</component >
4759
+ <component group =" org.spockframework" name =" spock-junit4" version =" 2.3-groovy-4.0" >
4760
+ <artifact name =" spock-junit4-2.3-groovy-4.0.jar" >
4761
+ <sha256 value =" fea4b91afb5eb68a80007c9d88c8c189b5cd791d39d601d75c92e6f6bb587735" origin =" Generated by Gradle" />
4762
+ </artifact >
4763
+ </component >
4749
4764
<component group =" org.subethamail" name =" subethasmtp" version =" 3.1.7" >
4750
4765
<artifact name =" subethasmtp-3.1.7.jar" >
4751
4766
<sha256 value =" 5196a0da2c5a33d1a04e88fc7a9cc109501bc265b5bac8edd9984a1885070ad4" origin =" Generated by Gradle" />
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionSha256Sum =f759b8dd5204e2e3fa4ca3e73f452f087153cf81bac9561eeb854229cc2c5365
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-9.0 .0-all.zip
3
+ distributionSha256Sum =b84e04fa845fecba48551f425957641074fcc00a88a84d2aae5808743b35fc85
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1 .0-all.zip
5
5
networkTimeout =10000
6
6
validateDistributionUrl =true
7
7
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
#
4
- # Copyright © 2015-2021 the original authors.
4
+ # Copyright © 2015 the original authors.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
@@ -114,7 +114,6 @@ case "$( uname )" in #(
114
114
NONSTOP* ) nonstop=true ;;
115
115
esac
116
116
117
- CLASSPATH=" \\\"\\\" "
118
117
119
118
120
119
# Determine the Java command to use to start the JVM.
172
171
# For Cygwin or MSYS, switch paths to Windows format before running java
173
172
if " $cygwin " || " $msys " ; then
174
173
APP_HOME=$( cygpath --path --mixed " $APP_HOME " )
175
- CLASSPATH=$( cygpath --path --mixed " $CLASSPATH " )
176
174
177
175
JAVACMD=$( cygpath --unix " $JAVACMD " )
178
176
@@ -212,7 +210,6 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
212
210
213
211
set -- \
214
212
" -Dorg.gradle.appname=$APP_BASE_NAME " \
215
- -classpath " $CLASSPATH " \
216
213
-jar " $APP_HOME /gradle/wrapper/gradle-wrapper.jar" \
217
214
" $@ "
218
215
Original file line number Diff line number Diff line change @@ -70,11 +70,10 @@ goto fail
70
70
:execute
71
71
@ rem Setup the command line
72
72
73
- set CLASSPATH =
74
73
75
74
76
75
@ rem Execute Gradle
77
- " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " - jar " %APP_HOME% \gradle\wrapper\gradle-wrapper.jar" %*
76
+ " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -jar " %APP_HOME% \gradle\wrapper\gradle-wrapper.jar" %*
78
77
79
78
:end
80
79
@ rem End local scope for the variables with windows NT shell
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionSha256Sum =f759b8dd5204e2e3fa4ca3e73f452f087153cf81bac9561eeb854229cc2c5365
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-9.0 .0-all.zip
3
+ distributionSha256Sum =b84e04fa845fecba48551f425957641074fcc00a88a84d2aae5808743b35fc85
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1 .0-all.zip
5
5
networkTimeout =10000
6
6
validateDistributionUrl =true
7
7
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -106,7 +106,6 @@ def mlCppVersion(){
106
106
(project. version + " -SNAPSHOT" ) : project. version;
107
107
}
108
108
109
-
110
109
tasks. named(' assemble' ). configure {
111
110
dependsOn tasks. named(' jar' )
112
111
}
You can’t perform that action at this time.
0 commit comments