Skip to content

Commit

Permalink
Prepare next development version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Apr 15, 2023
1 parent c976a82 commit 144a449
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keeper-gradle-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
POM_NAME=Keeper
POM_ARTIFACT_ID=keeper
GROUP=com.slack.keeper
VERSION_NAME=0.14.0
VERSION_NAME=0.15.0-SNAPSHOT
POM_DESCRIPTION=A Gradle plugin that infers Proguard/R8 keep rules for androidTest sources.
POM_URL=https://github.com/slackhq/keeper/
POM_SCM_URL=https://github.com/slackhq/keeper/
Expand Down
4 changes: 2 additions & 2 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [[ "$1" = "--local" ]]; then local=true; fi

if ! [[ ${local} ]]; then
./gradlew -p keeper-gradle-plugin publish
./gradlew -p keeper-gradle-plugin publish -x dokkaHtml
else
./gradlew -p keeper-gradle-plugin publishToMavenLocal
./gradlew -p keeper-gradle-plugin publishToMavenLocal -x dokkaHtml
fi

0 comments on commit 144a449

Please sign in to comment.