/* * 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' } }