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 340dcac commit 1771fccCopy full SHA for 1771fcc
src/main/java/net/minecraftforge/gradle/user/UserBasePlugin.java
@@ -251,6 +251,9 @@ public void execute(Task arg0)
251
ExtractTask extractNatives = makeTask("extractNatives", ExtractTask.class);
252
extractNatives.into(delayedFile(NATIVES_DIR));
253
extractNatives.dependsOn("extractUserDev");
254
+
255
+ // extra libs folder.
256
+ project.getDependencies().add("compile", project.fileTree("libs"));
257
}
258
259
protected void configureCompilation()
0 commit comments