extensions-source/src/all/jable/build.gradle

8 lines
140 B
Groovy

ext {
extName = 'Jable'
extClass = '.JableFactory'
extVersionCode = 2
isNsfw = true
}
apply from: "$rootDir/common.gradle"