All Downloads are FREE. Search and download functionalities are using the official Maven repository.

analyzer.3.17.source-code.analyzer-init.gradle Maven / Gradle / Ivy

There is a newer version: 3.18
Show newest version
initscript {
    repositories {
        // Maven local isn't required for production but its useful during development.
        mavenLocal()
        mavenCentral()
        maven {
            url "https://oss.sonatype.org/content/repositories/snapshots"
        }
    }
    dependencies {
        classpath "org.jboss.gm:analyzer:${project.version}"
    }
}

allprojects {

    ext.gmeAnalyse = true

    apply plugin: org.jboss.gm.analyzer.alignment.AlignmentPlugin
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy