Skip to content

Commit

Permalink
chore: set task dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
error418 committed May 27, 2019
1 parent f964f60 commit 339d67f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
repositories {
jcenter()
maven { url 'https://dl.bintray.com/illjut/maven' }
mavenLocal()
//mavenLocal()
}

dependencies {
Expand Down Expand Up @@ -72,6 +72,6 @@ bintray {
}


//project.tasks.release.onlyIf { project.version != null && project.version != 'unspecified' }
project.tasks.release.onlyIf { project.version != null && project.version != 'unspecified' }

//project.tasks.bintrayUpload.dependsOn "release"
project.tasks.bintrayUpload.dependsOn "release"

0 comments on commit 339d67f

Please sign in to comment.