File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 ${{ runner.os }}-maven-
3232 enableCrossOsArchive : true
3333 - name : Install
34- run : mvn clean install -DskipTests -q -P gradlePlugin
34+ run : mvn install -DskipTests -q -P gradlePlugin
3535 - name : Build
36- run : mvn clean package -P gradlePlugin
36+ run : mvn package -P gradlePlugin
3737 env :
3838 BUILD_PORT : 0
3939 BUILD_SECURE_PORT : 0
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
3333 ${{ runner.os }}-maven-
3434 enableCrossOsArchive : true
3535 - name : Install
36- run : mvn clean install -DskipTests -q -B
36+ run : mvn install -DskipTests -q -B
3737 env :
3838 BUILD_PORT : 0
3939 BUILD_SECURE_PORT : 0
4040 BUILD_LOG_LEVEL : ' ERROR'
4141 - name : Build
42- run : mvn clean package
42+ run : mvn package
4343 env :
4444 BUILD_PORT : 0
4545 BUILD_SECURE_PORT : 0
You can’t perform that action at this time.
0 commit comments