File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
examples/powertools-examples-core-utilities Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ jobs:
72
72
if : ${{ matrix.java != '8' }} # If not 8 don't exclude the examples directory
73
73
run : mvn -B install --file pom.xml
74
74
- name : Build Gradle Example - Java
75
- if : ${{ matrix.java == '8' }} # Gradle example can only be built on Java 8
75
+ if : ${{ matrix.java != '8' }}
76
76
working-directory : examples/powertools-examples-core-utilities/gradle
77
77
run : ./gradlew build
78
78
- name : Build Gradle Example - Kotlin
79
- if : ${{ matrix.java == '8' }} # Gradle example can only be built on Java 8
79
+ if : ${{ matrix.java != '8' }}
80
80
working-directory : examples/powertools-examples-core-utilities/kotlin
81
81
run : ./gradlew build
82
82
- name : Setup Terraform
Original file line number Diff line number Diff line change 1
1
2
2
plugins {
3
3
id ' java'
4
- id " io.freefair.aspectj.post-compile-weaving" version " 6.6.3 "
4
+ id " io.freefair.aspectj.post-compile-weaving" version " 8.2.2 "
5
5
}
6
6
7
7
wrapper {
8
- gradleVersion = " 7.6.1 "
8
+ gradleVersion = " 8.5 "
9
9
}
10
10
11
11
compileJava {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" io.freefair.aspectj.post-compile-weaving" ) version " 6.6.3 "
2
+ id(" io.freefair.aspectj.post-compile-weaving" ) version " 8.2.2 "
3
3
kotlin(" jvm" ) version " 1.9.10"
4
4
}
5
5
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments