8 lines
149 B
Groovy
8 lines
149 B
Groovy
ext {
|
|
extName = 'The Library of Ohara'
|
|
extClass = '.TheLibraryOfOharaFactory'
|
|
extVersionCode = 1
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|