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 51a1acc commit 0c9fcd0Copy full SHA for 0c9fcd0
build.gradle
@@ -40,7 +40,6 @@ task compilej6(type: JavaCompile) {
40
source = fileTree(dir: "src/main/java")
41
classpath = sourceSets.main.compileClasspath
42
destinationDir = sourceSets.main.output.classesDir
43
- println sourceSets.main.output.classesDir
44
includes = ['net/minecraftforge/installer/Java6Gate.java']
45
sourceCompatibility = 1.6
46
targetCompatibility = 1.6
0 commit comments