Procházet zdrojové kódy

Remove building of source jar

Lortseam před 4 roky
rodič
revize
089ce2ac5b
1 změnil soubory, kde provedl 0 přidání a 6 odebrání
  1. 0 6
      build.gradle

+ 0 - 6
build.gradle

@@ -32,12 +32,6 @@ tasks.withType(JavaCompile).configureEach {
     it.options.encoding = "UTF-8"
     it.options.encoding = "UTF-8"
 }
 }
 
 
-java {
-    // Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
-    // if it is present.
-    withSourcesJar()
-}
-
 jar {
 jar {
     from "LICENSE"
     from "LICENSE"
 }
 }