« Return to Thread: Reusing custom build logic / gradle and mavenCentral

Reusing custom build logic / gradle and mavenCentral

by Pfau, Matthias :: Rate this Message:

Reply to Author | View in Thread

Hi,
I just wanted to reuse custom build logic in different projects. That is why I created a new project which should contain this logic. This project's jar-File could be included in several other projects via the settings file as it is described in the Userguide (chapter 25.2).

The first step in implementing this project is, to add a dependency to the target gradle release, like

    dependencies {
        compile 'org.gradle:gradle:0.6.1'
    }

Unfortunately, this is not possible because gradle is missing from mavenCentral. Is there any reason for not publishing gradle artifacts or should I create an jira issue?

Another question: Would it be a good idea to publish gradle-plugins to 'org.gradle.plugins:<plugin-name>:<plugin-version>'?
I think that we should make a decision for a custom naming scheme, which would make it easier to find plugins.

Kind Regards
Matthias


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: Reusing custom build logic / gradle and mavenCentral