forked from PaperMC/Paper
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This should fix any dependency errors (and it should actually produce a `javadoc` package instead of a site package).
- Loading branch information
1 parent
4056035
commit 7dcab0b
Showing
2 changed files
with
3 additions
and
11 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 |
---|---|---|
|
@@ -13,8 +13,7 @@ maven build: | |
- git config --global user.email '[email protected]' | ||
- git submodule update --init | ||
- ./remap.sh &&./decompile.sh && ./init.sh && ./newApplyPatches.sh | ||
- mvn -f ci_pom.xml package | ||
- cp server_ci_pom.xml PaperSpigot-Server/pom.xml | ||
- cp api_ci_pom.xml PaperSpigot-API/pom.xml | ||
- mvn deploy -f ci_pom.xml -s ci_settings.xml | ||
- mvn package deploy -f ci_pom.xml -s ci_settings.xml | ||
... |
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