Skip to content

Commit

Permalink
utf
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamesuta committed Mar 12, 2020
1 parent 2edd78a commit 872fdb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ apply plugin: 'maven-publish'
version = mod_version
archivesBaseName = project.modname

// Configure Java Compile Options
tasks.withType(AbstractCompile).each { it.options.encoding = 'UTF-8' }
tasks.withType(GroovyCompile).each { it.groovyOptions.encoding = 'UTF-8' }
sourceCompatibility = targetCompatibility = '1.8'

// FG3 task
if (project.forgegradle.contains('3.+')) {
task setupCIWorkspace
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ modname=EMCGadgets
modvendor=TeamFruit
version_major=1
version_minor=0
version_patch=0
version_patch=2
extra_changelog_location=
extra_fmlcore=net.teamfruit.emcgadgets.asm.EMCGadgetsCorePlugin
extra_fmlmod=true
extra_fmlat=
extra_curseforge_id=
extra_curseforge_id=366813
extra_github_owner=Team-Fruit
extra_github_repo=EMCGadgets
org.gradle.jvmargs=-Xmx2048m
Expand Down

0 comments on commit 872fdb8

Please sign in to comment.