File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
with :
42
42
path : ~/.m2/repository
43
43
key : ${{ runner.os }}-maven-${{ matrix.java }}-${{ hashFiles('pom.xml', '**/pom.xml') }}
44
- - name : Build with Maven
45
- run : mvn -q test -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
44
+ - name : Buid with Maven
45
+ run : mvn -q clean test -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
46
46
build-graalvm :
47
47
runs-on : ubuntu-latest
48
48
name : GraalVM Maven Test
Original file line number Diff line number Diff line change 151
151
<dependency >
152
152
<groupId >org.bitbucket.b_c</groupId >
153
153
<artifactId >jose4j</artifactId >
154
- <version >0.7.7 </version >
154
+ <version >0.7.8 </version >
155
155
</dependency >
156
156
<dependency >
157
157
<groupId >com.github.vladimir-bukhtoyarov</groupId >
You can’t perform that action at this time.
0 commit comments