-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,6 @@ jobs: | |
run: mvn --batch-mode --update-snapshots compile | ||
|
||
- name: Authenticate Java Maven project with BoM | ||
# This is only here to allow the job to continue | ||
# by removing this line, the job will fail | ||
continue-on-error: true | ||
#--> Run the GitHub action | ||
# This 'env' block is necessary because github actions will try to pass the current variables for JAVA_HOME and JDK_HOME to the container | ||
# only include this if your workflow uses the 'setup-java' actions or sets those environment varialbes (JAVA_HOME, PATH) | ||
|
@@ -48,9 +45,6 @@ jobs: | |
run: mvn --batch-mode --update-snapshots verify | ||
|
||
- name: Authenticate JAR with BoM | ||
# This is only here to allow the job to continue | ||
# by removing this line, the job will fail | ||
continue-on-error: true | ||
#--> Run the GitHub action | ||
# uses: codenotary/[email protected] | ||
# This 'env' block is necessary because github actions will try to pass the current variables for JAVA_HOME and JDK_HOME to the container | ||
|