User Tools

Site Tools


tutorial:cursegradle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
tutorial:cursegradle [2019/08/08 10:58] – update for Loom 0.2.5 fudgetutorial:cursegradle [2021/02/10 19:07] – [Fabric-specific changes] kosmx
Line 2: Line 2:
  
 To familiarize yourself with CurseGradle, please read the [[https://github.com/matthewprenger/CurseGradle/wiki|project's official wiki]]. To familiarize yourself with CurseGradle, please read the [[https://github.com/matthewprenger/CurseGradle/wiki|project's official wiki]].
 +
 +Note: in recent versions, it seems that the changes outlined in this article are not necessary and perhaps even harmful. 
  
 ===== Fabric-specific changes ===== ===== Fabric-specific changes =====
Line 17: Line 19:
   * ''%%uploadTask.dependsOn(remapJar)%%'' - make sure that the CurseForge upload task only runs once the remapped JAR has been built,   * ''%%uploadTask.dependsOn(remapJar)%%'' - make sure that the CurseForge upload task only runs once the remapped JAR has been built,
   * ''%%forgeGradleIntegration = false%%'' - as you're not using ForgeGradle, that specific integration has to be disabled.   * ''%%forgeGradleIntegration = false%%'' - as you're not using ForgeGradle, that specific integration has to be disabled.
 +
 +
 +You can set Modloader to Fabric and add supported Java versions with addGameVersion.
 +<code>
 +addGameVersion "Fabric" //Set Modloader to Fabric
 +addGameVersion "Java 10"
 +</code>
 +
 +
 +
  
  
tutorial/cursegradle.txt · Last modified: 2021/04/06 20:20 by florens