Skip to content

Commit f257059

Browse files
authored
Iss2369 - Uplift gradle version used in test workflow to 9.0.0 (#202)
* build: Uplift gradle version used in test workflow to 9.0.0 Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk> * build: Uplift biz.aQute.bnd.builder plugin version to 7.1.0 as compatible with gradle 9 Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk> --------- Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
1 parent 82fde04 commit f257059

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup Gradle
6868
uses: gradle/actions/setup-gradle@v3
6969
with:
70-
gradle-version: '8.9'
70+
gradle-version: 9.0.0
7171
cache-disabled: true
7272

7373
- name: Install galasactl with Homebrew

galasa-simbank-tests/dev.galasa.simbank.manager/build-example.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java-library'
3-
id 'biz.aQute.bnd.builder' version '5.3.0'
3+
id 'biz.aQute.bnd.builder' version '7.1.0'
44
}
55

66
sourceCompatibility = '11'

galasa-simbank-tests/dev.galasa.simbank.tests/build-example.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java-library'
3-
id 'biz.aQute.bnd.builder' version '5.3.0'
3+
id 'biz.aQute.bnd.builder' version '7.1.0'
44
}
55

66
sourceCompatibility = '11'

0 commit comments

Comments
 (0)