Skip to content

Commit

Permalink
try to get rid of release stuff during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rokob committed Oct 12, 2017
1 parent fe49119 commit 1f4f44e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
apply from: "$rootDir/gradle/release.gradle"
String CI = "${System.env.CI}"

if (CI != "true") {
apply from: "$rootDir/gradle/release.gradle"
}

subprojects {
if (!it.name.contains('android')) {
Expand Down

0 comments on commit 1f4f44e

Please sign in to comment.