-
Notifications
You must be signed in to change notification settings - Fork 261
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
e834b1f
commit 71b3595
Showing
6 changed files
with
15 additions
and
8 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
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
VERSION=v0.XX | ||
git clone --depth 1 -b $VERSION --single-branch --recursive [email protected]:lessthanoptimal/BoofCV.git boofcv | ||
cd boofcv && ./gradlew autogenerate && rm -rf .git && cd ..;zip -r boofcv-$VERSION-src.zip boofcv | ||
cd boofcv && ./gradlew autogenerate && rm -rf .git && cd .. && zip -r boofcv-$VERSION-src.zip boofcv | ||
cd boofcv && ./gradlew createLibraryDirectory && mv boofcv-*-libs .. && cd .. && zip -r boofcv-$VERSION-libs.zip boofcv-$VERSION-libs | ||
cd boofcv && rm -rf docs/api-web && ./gradlew alljavadocWeb && zip -r api.zip docs/api-web | ||
|
||
|
@@ -47,4 +47,4 @@ Update prebuilt applications and demonstrations using https://github.com/lesstha | |
|
||
git clean -fd main && ./gradlew autogenerate && ./gradlew assemble && ./gradlew publish -Dorg.gradle.parallel=false | ||
|
||
log onto http://oss.sonatype.org | ||
log onto https://oss.sonatype.org |