Skip to content
Snippets Groups Projects
ext.gradle 266 B
Newer Older
/*
 * 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"