Skip to content

Commit

Permalink
Fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Oct 6, 2016
1 parent 09db812 commit 81f10ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ apply plugin: 'org.asciidoctor.convert'
apply plugin: 'com.github.kt3k.coveralls'
apply plugin: 'com.github.ben-manes.versions'
apply plugin: 'net.nemerosa.versioning'
apply plugin: 'com.jfrog.bintray'

repositories {
if (project.hasProperty('groovyfx_useMavenLocal') && Boolean.valueOf(project.groovyfx_useMavenLocal)) { mavenLocal() }
Expand Down
2 changes: 2 additions & 0 deletions gradle/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

// ------------- Bintray deployment ---------------

apply plugin: 'com.jfrog.bintray'

def pomConfig = {
name project.name
url project.project_url
Expand Down

0 comments on commit 81f10ec

Please sign in to comment.