Browse Source

1

feature/9.0
neil 7 years ago
parent
commit
8bffb3aebc
  1. 2
      build.third_step6.gradle

2
build.third_step6.gradle

@ -1,5 +1,5 @@
apply plugin: 'ja va' apply plugin: 'java'
tasks.withType(JavaCompile){ tasks.withType(JavaCompile){
options.encoding = 'UTF-8' options.encoding = 'UTF-8'
destinationDir = file('build/classes/6') destinationDir = file('build/classes/6')

Loading…
Cancel
Save