Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 095383e

Browse files
committed
Publish RC builds to libs-release-local
1 parent 24eff9b commit 095383e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/java.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ test {
9797
}
9898
}
9999

100-
if ("$version".contains('SNAPSHOT')) {
100+
if ("$version".contains('SNAPSHOT') || "$version".contains('RC')) {
101101
publishing {
102102
publications {
103103
mavenJava(MavenPublication) {

protobuf-rpc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ artifacts {
231231
//}
232232

233233

234-
if ("$version".contains('SNAPSHOT')) {
234+
if ("$version".contains('SNAPSHOT') || "$version".contains('RC')) {
235235
publishing {
236236
publications {
237237
maven(MavenPublication) {

0 commit comments

Comments
 (0)