Init project
This commit is contained in:
15
build.gradle
Normal file
15
build.gradle
Normal file
@@ -0,0 +1,15 @@
|
||||
apply plugin: 'java'
|
||||
|
||||
project.group = projectGroup
|
||||
project.version = projectVersion
|
||||
|
||||
compileJava {
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
Reference in New Issue
Block a user