瀏覽代碼

Remove building of source jar

Lortseam 4 年之前
父節點
當前提交
089ce2ac5b
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      build.gradle

+ 0 - 6
build.gradle

@@ -32,12 +32,6 @@ tasks.withType(JavaCompile).configureEach {
     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 {
     from "LICENSE"
 }