-
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
f199a5d
commit 2f51f2c
Showing
6 changed files
with
17 additions
and
10 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
- Make sure autogenerated code is clean | ||
git clean -df main/src;./gradlew autogenerate | ||
git clean -df main/src && ./gradlew autogenerate | ||
- Make sure all unit tests pass | ||
./gradlew test | ||
- Update change.txt | ||
|
@@ -16,10 +16,10 @@ | |
- 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 :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 | ||
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 | ||
rm -rf build/doc/javadoc && ./gradlew javadocWeb && zip -r api.zip build/docs/api-web | ||
|
||
----- | ||
Uploading Releases to Maven Central | ||
|
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