Revert fabric api patch to fix deprecations, I believe loom is wrong.

dev/0.11
modmuss50 2021-09-05 17:06:26 +01:00
parent 216b48337b
commit 1a060df4bf
2 changed files with 1 additions and 20 deletions

View File

@ -45,8 +45,7 @@ class FabricAPITest extends Specification implements GradleProjectTestTrait {
def gradle = gradleProject(
repo: "https://github.com/FabricMC/fabric.git",
commit: "fc40aa9d88e9457957bdf3f8cec9698846828cd3",
version: version,
patch: "fabric_api"
version: version
)
// Set the version to something constant

View File

@ -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