Forráskód Böngészése

Clean up build.gradle

Lortseam 4 éve
szülő
commit
d60e016d34
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      build.gradle

+ 0 - 2
build.gradle

@@ -17,7 +17,6 @@ repositories {
 }
 
 dependencies {
-    //to change the versions see the gradle.properties file
     minecraft "com.mojang:minecraft:${project.minecraft_version}"
     mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
     modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
@@ -52,7 +51,6 @@ tasks.withType(JavaCompile).configureEach {
 java {
     // Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
     // if it is present.
-    // If you remove this line, sources will not be generated.
     withSourcesJar()
 }