Fix gradle compile encoding
Dieser Commit ist enthalten in:
Ursprung
26bd53cbd0
Commit
d8f941f720
@ -27,6 +27,8 @@ plugins {
|
|||||||
group 'steamwar'
|
group 'steamwar'
|
||||||
version '1.0'
|
version '1.0'
|
||||||
|
|
||||||
|
compileJava.options.encoding = 'UTF-8'
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
targetCompatibility = 1.8
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
|
@ -27,6 +27,8 @@ plugins {
|
|||||||
group 'steamwar'
|
group 'steamwar'
|
||||||
version '1.0'
|
version '1.0'
|
||||||
|
|
||||||
|
compileJava.options.encoding = 'UTF-8'
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
targetCompatibility = 1.8
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
|
@ -27,6 +27,8 @@ plugins {
|
|||||||
group 'steamwar'
|
group 'steamwar'
|
||||||
version '1.0'
|
version '1.0'
|
||||||
|
|
||||||
|
compileJava.options.encoding = 'UTF-8'
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
targetCompatibility = 1.8
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
|
@ -27,6 +27,8 @@ plugins {
|
|||||||
group 'steamwar'
|
group 'steamwar'
|
||||||
version '1.0'
|
version '1.0'
|
||||||
|
|
||||||
|
compileJava.options.encoding = 'UTF-8'
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
targetCompatibility = 1.8
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
|
@ -42,17 +42,14 @@ ext {
|
|||||||
libs = "${buildDir}/libs"
|
libs = "${buildDir}/libs"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
compileJava.options.encoding = 'UTF-8'
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
targetCompatibility = 1.8
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
mainClassName = ''
|
mainClassName = ''
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
// sourceCompatibility = 1.8
|
|
||||||
// targetCompatibility = 1.8
|
|
||||||
|
|
||||||
compileJava.options.encoding = 'UTF-8'
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
jcenter()
|
jcenter()
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren