Skip to content

Commit

Permalink
ignore license check error
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisingal committed Sep 11, 2024
1 parent e7cfa52 commit 1ad2985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: maven

- name: Build with Maven
run: mvn install package -DskipTests -Pbin-dist -Pbuild-shaded-jar -Djdk.version=11 -T1C
run: mvn install package -DskipTests -Drat.ignoreErrors=true -Pbin-dist -Pbuild-shaded-jar -Djdk.version=11 -T1C

- name: Determine version
id: version
Expand Down

0 comments on commit 1ad2985

Please sign in to comment.