gradle ... nette Abwechslung nach ant und maven

... für viele Sachen *viel* freundlicher als maven.
... für exotische Sachen muss man mehr suchen (wsdl2java z.B. für cfx ... einfach weniger plugins)

www.gradle.org

subprojects {
        apply plugin: 'java'
        apply plugin: 'eclipse'

        repositories {
                mavenCentral()
        }
        dependencies {
                testCompile 'junit:junit:4.7'
        }

        group = 'org.regele.ws'
        version = '1.0'
}


project(':regclient') {
    dependencies {
        compile project(':regapi')
    }
}

project(':regserv') {
    dependencies {
        compile project(':regapi')
    }
}

Kommentare

Beliebte Posts aus diesem Blog

using the birt runtime with spring boot and gradle to generate PDF from a Report Design File

Powershell snippet to send messages to telegram