Skip to content

Commit fc3a50d

Browse files
author
João Silva
committed
Updated library. Added UTF-8 compilation in gradle.
1 parent 700ba43 commit fc3a50d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ apply plugin: 'java'
33
group = theGroup
44
version = theVersion
55
sourceCompatibility = theSourceCompatibility
6+
compileJava.options.encoding = 'UTF-8'
7+
8+
tasks.withType(JavaCompile) {
9+
options.encoding = 'UTF-8'
10+
}
11+
612

713
dependencies {
814
compile files('src/main/resources/libs/spigot.jar')

src/main/resources/libs/spigot.jar

18.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)