diff --git a/build.gradle b/build.gradle index 8fd5b1b..c1d26ab 100755 --- a/build.gradle +++ b/build.gradle @@ -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() } diff --git a/gradle/publishing.gradle b/gradle/publishing.gradle index b55d9bb..c8f7e74 100644 --- a/gradle/publishing.gradle +++ b/gradle/publishing.gradle @@ -16,6 +16,8 @@ // ------------- Bintray deployment --------------- +apply plugin: 'com.jfrog.bintray' + def pomConfig = { name project.name url project.project_url