Skip to content

Commit

Permalink
Fix build, Update versions and changes (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen authored Mar 8, 2025
1 parent 7fdd8a3 commit bae934d
Show file tree
Hide file tree
Showing 4 changed files with 983 additions and 996 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Maven version
run: |
mkdir -p ./.mvn
echo '-e -B -ntp -DtrimStackTrace=false' > ./.mvn/maven.config
echo -e "-e\n-B\n-ntp\n-DtrimStackTrace=false" > ./.mvn/maven.config
mvn --version
mkdir -p target
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
*.iml
/test-output/
/src/test/java/module-info.java
*.DS_Store
Loading

0 comments on commit bae934d

Please sign in to comment.