File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ allprojects {
1414 apply plugin : ' com.peterabeles.gversion'
1515
1616 group = ' org.boofcv'
17- version = ' 1.2.3 '
17+ version = ' 1.2.4-SNAPSHOT '
1818
1919 createVersionFile. enabled = false // run only once. enabled in types
2020}
Original file line number Diff line number Diff line change @@ -46,5 +46,5 @@ Update prebuilt applications and demonstrations using https://github.com/lesstha
4646- Publish Stable Release:
4747
4848git clean -fd main && ./gradlew autogenerate && ./gradlew assemble
49- ./gradlew publishToSonatype && ./gradlew findSonatypeStagingRepository closeSonatypeStagingRepository && ./gradlew findSonatypeStagingRepository releaseSonatypeStagingRepository
49+ ./gradlew publishToSonatype -Dorg.gradle.parallel=false && ./gradlew findSonatypeStagingRepository closeSonatypeStagingRepository && ./gradlew findSonatypeStagingRepository releaseSonatypeStagingRepository
5050
You can’t perform that action at this time.
0 commit comments