Skip to content

Commit

Permalink
Update project configuration (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksclarke authored Nov 21, 2024
1 parent 8f6914b commit 8cffd22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 17 ]
maven: [ 3.8.6 ]
jdk: [ temurin ]
java: [ "17" ]
maven: [ "3.8.6" ]
jdk: [ "temurin" ]
env:
AUTORELEASE_ARTIFACT: ${{ secrets.AUTORELEASE_ARTIFACT }}
steps:
Expand Down
3 changes: 0 additions & 3 deletions freelib-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
<!-- Location used for finding the unpacked checkstyle-suppressions.xml file -->
<!-- It's a built-in configuration for eclipse-cs tool; make it work with Maven -->
<config_loc>src/main/tools/checkstyle</config_loc>

<!-- Ignores PMD deprecation warnings -->
<org.slf4j.simpleLogger.log.net.sourceforge.pmd>error</org.slf4j.simpleLogger.log.net.sourceforge.pmd>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 8cffd22

Please sign in to comment.