Skip to content

Commit

Permalink
attempt at fixing CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Apr 25, 2024
1 parent 3aa2b89 commit a755fc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
cache: 'maven'

- name: Build and test...
run: mvn -X -ntp clean verify
run: mvn -ntp clean verify
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.1</version>
Expand Down

0 comments on commit a755fc9

Please sign in to comment.