diff options
author | modmuss50 <modmuss50@gmail.com> | 2021-09-05 17:06:26 +0100 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2021-09-05 17:06:26 +0100 |
commit | 1a060df4bfa2a5549edfaa63ee0886a992018b56 (patch) | |
tree | e15d73aad424c7046b1b67e6f57523a4b8f030db /src/test/resources | |
parent | 216b48337b9691f9e7e2fb417d06ff26220b4a56 (diff) | |
download | architectury-loom-1a060df4bfa2a5549edfaa63ee0886a992018b56.tar.gz architectury-loom-1a060df4bfa2a5549edfaa63ee0886a992018b56.tar.bz2 architectury-loom-1a060df4bfa2a5549edfaa63ee0886a992018b56.zip |
Revert fabric api patch to fix deprecations, I believe loom is wrong.
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/patches/fabric_api.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/test/resources/patches/fabric_api.patch b/src/test/resources/patches/fabric_api.patch deleted file mode 100644 index 613e56d4..00000000 --- a/src/test/resources/patches/fabric_api.patch +++ /dev/null @@ -1,18 +0,0 @@ -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 - |