22 lines
299 B
Groovy
22 lines
299 B
Groovy
/*
|
|
* This file was generated by the Gradle 'init' task.
|
|
*/
|
|
|
|
allprojects {
|
|
group = 'cc.fyre.venom'
|
|
version = '1.0-SNAPSHOT'
|
|
}
|
|
|
|
subprojects {
|
|
repositories {
|
|
mavenLocal()
|
|
mavenCentral()
|
|
}
|
|
|
|
tasks.withType(JavaCompile) {
|
|
options.encoding = 'UTF-8'
|
|
}
|
|
|
|
|
|
}
|