-
Recently Browsing
No registered users viewing this page.
-
Posts
-
By OracularSpy · Posted
I'm having a similar problem. I cant get the files forge-1.12.2-14.23.5.2854-universal.jar forge-1.12.2-14.23.5.2854-installer.jar to work or even open. Task manager shows no instance of Java running after opening them. Am i doing something wrong? attempts: Reinstall Java Run jar's multiple times Use Windows' "Open With" function and selecting java.exe Use Windows' "Open With" function and selecting javaw.exe Download from direct links using the little I I generally cant get any version to work without the installer-win.exe installation to work The latest version that i can even run/use is 2847, which isnt on aternos, which is why i need help -
By diesieben07 · Posted
shadowJar creates a new jar task. You need to use reobf { shadowJar } and then shadowJar.finalizedBy('reobfShadowJar') like the default buildscript already does for the normal Jar task. -
I am wrong. Looks like shadowJar runs on assemble. I will try it.
-
When does shadowJar run? I thought it runs at the same time the jar task runs, which is before reobfJar. I need it to run after reobfJar.
-
By diesieben07 · Posted
You should probably use the Shadow plugin.
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.