aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/patches/fabric_api.patch
blob: 613e56d4dcf06fec03e2781480ec1e8a4a264cc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/build.gradle b/build.gradle
--- a/build.gradle	(revision fc40aa9d88e9457957bdf3f8cec9698846828cd3)
+++ b/build.gradle	(date 1630855787420)
@@ -270,13 +270,7 @@
 publishing {
 	publications {
 		mavenJava(MavenPublication) {
-			artifact(remapMavenJar) {
-				builtBy remapMavenJar
-			}
-
-			artifact(sourcesJar) {
-				builtBy remapSourcesJar
-			}
+			from components.java

 			artifact javadocJar