We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1b975 commit 2f95da4Copy full SHA for 2f95da4
build.gradle
@@ -1,6 +1,8 @@
1
apply plugin: 'java'
2
apply plugin: 'application'
3
4
+version = '1.0'
5
+
6
sourceCompatibility = '1.8'
7
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
8
0 commit comments