From fa12e3d1e483ed38903c7a8ac5ba3db09f6770f8 Mon Sep 17 00:00:00 2001 From: Mark Roberts Date: Thu, 8 Feb 2024 13:15:05 -0800 Subject: [PATCH] turn off the moditect plugin --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e4b3e131be..7e0cdaeba8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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