Click here to Skip to main content
15,913,773 members
Everything / Gradle

Gradle

Gradle

Great Reads

by Dr. Song Li
This is a note on building Java applications by Gradle. It will focus on the simple case to build a single-project application.

Latest Articles

by Dr. Song Li
This is a note on building Java applications by Gradle. It will focus on the simple case to build a single-project application.

All Articles

Sort by Score

Gradle 

30 Jan 2018 by Dr. Song Li
This is a note on building Java applications by Gradle. It will focus on the simple case to build a single-project application.
14 Jul 2023 by Andre Oosthuizen
The answer lies in the second part error you posted. You are using an outdated version (v1.20 seems to be the newest) which is incompatible with Gradle 5.0 (version you are using). When you load the mod (the default one in v1.12.2) it will crash...
14 Feb 2024 by Pete O'Hanlon
This is an impossible question for anyone but you to answer right now. When you post a question, you have to ask yourself, "if I cannot see my code, would there be enough detail and information for me to be able to answer the question?" Provide...
13 Jul 2023 by OriginalGriff
This isn't a software development problem we can help with - you need to talk to the author of the mod as only they will have any idea what it does or how it does it. Sorry, but we can't help you with this.
14 Jul 2023 by G Schulz
When I start the default forge 1.12.2 minecraft mod using [runClient] in itellji I get this crash: Note this is the mdk from Downloads for Minecraft Forge for Minecraft 1.12.2[^] Time: 7/12/23 9:43 PM Description: There was a severe problem...
11 Feb 2024 by Sathiya Govindasamy
Mocking the inner methods didn't work, while calling original method inner methods are being called irrespective of mock What I have tried: I have one method and that has 2 inner methods that are being called based on condition. The inner...