analyzer.3.14.source-code.analyzer-init.gradle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of analyzer Show documentation
Show all versions of analyzer Show documentation
A tool to work with ProjectNCL to manipulate Gradle builds.
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 - 2025 Weber Informatics LLC | Privacy Policy