Revert fabric api patch to fix deprecations, I believe loom is wrong.
parent
216b48337b
commit
1a060df4bf
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
Loading…
Reference in New Issue