Skip to content

Commit 22fe796

Browse files
committed
Enable multi-gradle configuration
1 parent 7fd6d0d commit 22fe796

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.workable'
2-
version 'v1.0.1-alpha'
2+
version '1.0.1-alpha3'
33

44
apply plugin: 'java'
55
apply plugin: 'maven-publish'
@@ -19,7 +19,7 @@ publishing {
1919
mavenJava(MavenPublication) {
2020
groupId 'com.workable'
2121
artifactId 'parent'
22-
version '1.0.1-alpha'
22+
version '1.0.1-alpha3'
2323
}
2424
}
2525

errorhandler-matchers/retrofit-rx-matcher/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group 'com.workable'
12-
version 'v1.0.1-alpha'
12+
version '1.0.1-alpha3'
1313

1414
apply plugin: 'java'
1515
apply plugin: 'maven-publish'
@@ -42,7 +42,7 @@ publishing {
4242
mavenJava(MavenPublication) {
4343
groupId 'com.workable'
4444
artifactId 'retrofit-rx-matcher'
45-
version 'v1.0.1-alpha'
45+
version '1.0.1-alpha3'
4646

4747
from components.java
4848

@@ -86,7 +86,7 @@ bintray {
8686
labels = ['java', 'error handler', 'errors', 'android']
8787
publicDownloadNumbers = true
8888
version {
89-
name = 'v1.0.1-alpha'
89+
name = '1.0.1-alpha3'
9090

9191
desc = 'Error handling library for Android and Java'
9292
vcsTag = 'v1.0.0'

errorhandler/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group 'com.workable'
12-
version '1.0.1'
12+
version '1.0.1-alpha3'
1313

1414
apply plugin: 'java'
1515
apply plugin: 'maven-publish'
@@ -46,7 +46,7 @@ publishing {
4646
mavenJava(MavenPublication) {
4747
groupId 'com.workable'
4848
artifactId 'error-handler'
49-
version '1.0.1'
49+
version '1.0.1-alpha3'
5050

5151
from components.java
5252

@@ -90,10 +90,10 @@ bintray {
9090
labels = ['java', 'error handler', 'errors', 'android']
9191
publicDownloadNumbers = true
9292
version {
93-
name = '1.0.1'
93+
name = '1.0.1-alpha3'
9494

9595
desc = 'Error handling library for Android and Java'
96-
vcsTag = 'v1.0.1'
96+
vcsTag = 'v1.0.0'
9797
gpg {
9898
sign = true //Determines whether to GPG sign the files. The default is false
9999
}

0 commit comments

Comments
 (0)