Skip to content

Commit

Permalink
turn off the moditect plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
markro49 committed Feb 8, 2024
1 parent 03a20d4 commit fa12e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: compile with passing checkers
run: mvn -V apache-rat:check -PsucceedingTypecheckers compile --file pom.xml
run: mvn -V apache-rat:check -PsucceedingTypecheckers compile --file pom.xml -Dmoditect.skip=true
- name: Build with Maven
run: mvn -V apache-rat:check clean package --file pom.xml
run: mvn -V apache-rat:check clean package --file pom.xml -Dmoditect.skip=true

0 comments on commit fa12e3d

Please sign in to comment.