There was an error while loading. Please reload this page.
2 parents 98d8792 + c212c69 commit 9dd7846Copy full SHA for 9dd7846
1 file changed
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
- uses: actions/checkout@v7
36
name: checkout
37
38
- - uses: actions/setup-java@v5
+ - uses: actions/setup-java@v6
39
name: set up JDKs
40
with:
41
distribution: temurin
@@ -60,7 +60,7 @@ jobs:
60
steps:
61
62
63
64
65
66
java-version: 21
@@ -72,7 +72,7 @@ jobs:
72
mvn -q -N "io.takari:maven:${{env.IO_TAKARI_MAVEN_WRAPPER_VERSION}}:wrapper" "-Dmaven=${{env.MAVEN_VERSION}}"
73
./mvnw -B -ntp verify -Pcoverage
74
75
76
77
distribution: 'temurin'
78
0 commit comments