-
Notifications
You must be signed in to change notification settings - Fork 313
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
Paco Avila
committed
Dec 10, 2020
1 parent
7eb056f
commit 5c63b47
Showing
8 changed files
with
8 additions
and
375 deletions.
There are no files selected for viewing
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
#!/bin/bash | ||
./mvnw javadoc:javadoc -Dmaven.javadoc.failOnError=false | ||
|
||
mvn javadoc:javadoc -Dmaven.javadoc.failOnError=false |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
git pull && ./build.sh -P full-build,jar-build,openkm-jar-build && ./publish.sh | ||
./build.sh -P full-build,jar-build,openkm-jar-build && ./publish.sh |
Oops, something went wrong.