-
Clayton, Brandon Scott authoredClayton, Brandon Scott authored
ext.gradle 266 B
/*
* Extra properties config.
*/
ext {
projectName = 'nshmp-haz'
libsDir = "libs"
nshmpLib = "${libsDir}/nshmp-lib-artifacts"
nshmpLibGradleDir = "${nshmpLib}/gradle"
spotbugsDir = "${nshmpLib}/gradle"
spotlessDir = "${nshmpLib}/src/main/resources"
}