mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 12:46:12 +03:00
9 lines
152 B
Groovy
9 lines
152 B
Groovy
apply plugin: 'java'
|
|
|
|
version '1.0.0'
|
|
|
|
compileJava {
|
|
sourceCompatibility = targetCompatibility = '1.8'
|
|
compileJava.options.encoding = 'UTF-8'
|
|
}
|