-
Notifications
You must be signed in to change notification settings - Fork 17
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
1 parent
ae2c077
commit 6c91c34
Showing
6 changed files
with
9 additions
and
9 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
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
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
- Create zip and jar files | ||
VERSION=v0.22;PRJNAME=georegression-$VERSION | ||
git clone -b SNAPSHOT [email protected]:lessthanoptimal/GeoRegression.git $PRJNAME | ||
cd $PRJNAME&&./gradlew autogenerate&&./gradlew createVersionFile&&rm -rf .git&&cd ..&&zip -r $PRJNAME-src.zip $PRJNAME | ||
cd $PRJNAME&&./gradlew autogenerate&&./gradlew :georegression:createVersionFile&&rm -rf .git&&cd ..&&zip -r $PRJNAME-src.zip $PRJNAME | ||
cd $PRJNAME&&./gradlew createLibraryDirectory&&mv libraries ../$PRJNAME-libs&&cd ..&&zip -r $PRJNAME-libs.zip $PRJNAME-libs | ||
- Update JavaDoc | ||
rm -rf build/doc/javadoc;./gradlew javadocWeb;zip -r api.zip build/docs/api-web | ||
|
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