davidB / gradle-getdown-plugin

A gradle plugin to bundle java app + jre with getdown support
Creative Commons Zero v1.0 Universal
16 stars 3 forks source link

Add repository url #1

Closed andretietz closed 10 years ago

andretietz commented 10 years ago

mavelCentral() is not enough.

After adding:

buildscript {
    repositories {
        maven { url "http://dl.bintray.com/davidb/maven/" }
        mavenCentral()
    }
    dependencies {
        classpath "net.alchim31.gradle:gradle-getdown-plugin:0.2.2"
    }
}

it worked (at least the dependency download)

davidB commented 10 years ago

the plugin is available on jCentral() like lot of other gradle plugins. (see README, no need to mavenCentral or my repository, both should be aggregated into jCentral)