Skip to content

Commit 9d054c2

Browse files
Bump gradle to 8.14.1 (#5359)
Signed-off-by: Andrey Pleskach <ples@aiven.io>
1 parent 55a4220 commit 9d054c2

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
matrix:
4646
gradle_task: ${{ fromJson(needs.generate-test-list.outputs.separateTestsNames) }}
4747
platform: [windows-latest]
48-
jdk: [21]
48+
jdk: [21, 24]
4949
runs-on: ${{ matrix.platform }}
5050

5151
steps:
@@ -80,7 +80,7 @@ jobs:
8080
matrix:
8181
gradle_task: ${{ fromJson(needs.generate-test-list.outputs.separateTestsNames) }}
8282
platform: [ubuntu-latest]
83-
jdk: [21]
83+
jdk: [21, 24]
8484
runs-on: ubuntu-latest
8585
container:
8686
# using the same image which is used by opensearch-build to build the OpenSearch Distribution
@@ -144,7 +144,7 @@ jobs:
144144
strategy:
145145
fail-fast: false
146146
matrix:
147-
jdk: [21]
147+
jdk: [21, 24]
148148
platform: [windows-latest]
149149
runs-on: ${{ matrix.platform }}
150150

@@ -178,7 +178,7 @@ jobs:
178178
strategy:
179179
fail-fast: false
180180
matrix:
181-
jdk: [21]
181+
jdk: [21, 24]
182182
platform: [ubuntu-latest]
183183
runs-on: ubuntu-latest
184184
container:
@@ -221,7 +221,7 @@ jobs:
221221
strategy:
222222
fail-fast: false
223223
matrix:
224-
jdk: [21]
224+
jdk: [21, 24]
225225
platform: [ubuntu-latest]
226226
runs-on: ${{ matrix.platform }}
227227
container:
@@ -263,7 +263,7 @@ jobs:
263263
strategy:
264264
fail-fast: false
265265
matrix:
266-
jdk: [21]
266+
jdk: [21, 24]
267267
platform: [windows-latest]
268268
runs-on: ${{ matrix.platform }}
269269

@@ -338,7 +338,7 @@ jobs:
338338
strategy:
339339
fail-fast: false
340340
matrix:
341-
jdk: [21]
341+
jdk: [21, 24]
342342
platform: [windows-latest]
343343
runs-on: ${{ matrix.platform }}
344344

@@ -371,7 +371,7 @@ jobs:
371371
strategy:
372372
fail-fast: false
373373
matrix:
374-
jdk: [21]
374+
jdk: [21, 24]
375375
platform: [ubuntu-latest]
376376
runs-on: ${{ matrix.platform }}
377377

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
jdk: [21]
14+
jdk: [21, 24]
1515
test-run: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
1616

1717
steps:

.github/workflows/plugin_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest, windows-latest]
15-
jdk: [21]
15+
jdk: [21, 24]
1616
runs-on: ${{ matrix.os }}
1717

1818
steps:

gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionSha256Sum=845952a9d6afa783db70bb3b0effaae45ae5542ca2bb7929619e8af49cb634cf
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

0 commit comments

Comments
 (0)