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 905e197 commit 440eb4fCopy full SHA for 440eb4f
src/main/java/net/minecraftforge/gradle/user/UserBasePlugin.java
@@ -120,7 +120,7 @@ public Object call()
120
121
if (graph.hasTask(path + "setupDecompWorkspace"))
122
{
123
- if (System.getProperty("java.version").startsWith("1.7"))
+ if (!System.getProperty("java.version").startsWith("1.7"))
124
125
throw new RuntimeException("The setupDecompWorkspace will only work with Java 7! This is fixed in ForgeGradle 1.2");
126
}
0 commit comments