Closed arteme closed 8 years ago
I will look into this.
Sorry for the long waiting time. I pushed 1.0.6 to the plugins portal, it's based on the groovy branch.There's the {{clsName}} property to the extension which can hold a custom name.
buildConfig {
sourceSets {
main {
packageName = 'de.fuerstenau.buildconfig.sample'
clsName = 'WowBuildConfigWithCustomName'
buildConfigField "boolean", "IS_DEBUG", "true"
}
}
}
Great, thank you!
new version is up, more configuration options, better readme
It would be nice to be able to override the name of the generated class "BuildConfig" to something user-defined.