Skip to content

Commit

Permalink
fix(build): ensure runtime jar dependency is properly linkedReintrodu…
Browse files Browse the repository at this point in the history
…ce the link between the 'jar' task and 'generateRuntimeDownloadResourceForRuntimeDownload'

task in the Gradle build script. This change ensures that the runtime jar dependency is
correctly included when building the project.
  • Loading branch information
cnlimiter committed Aug 8, 2024
1 parent 98cb5bb commit c9e71d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
maven { url = "https://api.modrinth.com/maven" }
mavenCentral()
}
jar.dependsOn generateRuntimeDownloadResourceForRuntimeDownload
//jar.dependsOn generateRuntimeDownloadResourceForRuntimeDownload

dependencies {
minecraft ("com.mojang:minecraft:${minecraft_version}")
Expand Down

0 comments on commit c9e71d9

Please sign in to comment.