Skip to content

Commit

Permalink
fix jitpack build
Browse files Browse the repository at this point in the history
  • Loading branch information
ltamaster committed Sep 28, 2018
1 parent 8aed0bd commit 3e1bb01
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,7 @@ ext.pluginBaseFolder = "."


scmVersion {
ext.cienv=System.env.CI
ext.ignoreUncommittedChanges=false

if (ext.cienv) {
ext.ignoreUncommittedChanges=true
}

ignoreUncommittedChanges = ext.ignoreUncommittedChanges
ignoreUncommittedChanges = true
tag {
prefix = ''
versionSeparator = ''
Expand Down

0 comments on commit 3e1bb01

Please sign in to comment.