File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 17
17
- name : setup-java
18
18
uses : actions/setup-java@v2
19
19
with :
20
- distribution : zulu
20
+ distribution : ' zulu'
21
21
java-version : 17
22
- cache : maven
22
+ cache : ' maven'
23
23
- name : build-project
24
24
run : mvn --batch-mode clean install
Original file line number Diff line number Diff line change 19
19
- name : Set up JDK 17
20
20
uses : actions/setup-java@v3
21
21
with :
22
- distribution : ' temurin '
22
+ distribution : ' zulu '
23
23
java-version : 17
24
24
cache : ' maven'
25
25
29
29
GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
30
30
GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
31
31
working-directory : ./sbm-support-rewrite
32
- run : ./ mvn -B -Pspring-repos
32
+ run : mvn -B -Pspring-repos
Original file line number Diff line number Diff line change @@ -345,7 +345,6 @@ limitations under the License.
345
345
</licenseSets >
346
346
</configuration >
347
347
</plugin >
348
-
349
348
<!-- <plugin>-->
350
349
<!-- <groupId>org.apache.maven.plugins</groupId>-->
351
350
<!-- <artifactId>maven-surefire-plugin</artifactId>-->
You can’t perform that action at this time.
0 commit comments