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 4141 with :
4242 path : ~/.m2/repository
4343 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
4646 build-graalvm :
4747 runs-on : ubuntu-latest
4848 name : GraalVM Maven Test
Original file line number Diff line number Diff line change 151151 <dependency >
152152 <groupId >org.bitbucket.b_c</groupId >
153153 <artifactId >jose4j</artifactId >
154- <version >0.7.7 </version >
154+ <version >0.7.8 </version >
155155 </dependency >
156156 <dependency >
157157 <groupId >com.github.vladimir-bukhtoyarov</groupId >
You can’t perform that action at this time.
0 commit comments