Skip to content

Commit eb93c1d

Browse files
committed
Prepare next version & tweak deploy script
1 parent 0a9414b commit eb93c1d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.idea/runConfigurations/Plugin__Publish_Release_Manually.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jdk:
2020
before_install:
2121
- echo "sdk.dir=$ANDROID_HOME" > local.properties
2222

23-
script: ./gradlew :android-junit5:clean :android-junit5:check --info --stacktrace
23+
script: ./gradlew clean build --info --stacktrace
2424

2525
after_success:
2626
- ./scripts/deploy_snapshot.sh

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android.injected.build.model.only.versioned = 3
55

66
# Artifact configuration (common)
77
GROUP_ID = de.mannodermaus.gradle.plugins
8-
VERSION_NAME = 1.0.11-SNAPSHOT
8+
VERSION_NAME = 1.0.12-SNAPSHOT
99
VCS_URL = https://github.com/mannodermaus/android-junit5
1010

1111
# Artifact configuration (plugin)

0 commit comments

Comments
 (0)