Skip to content

Commit

Permalink
[skip ci] Fix dumb mistakes related to unified publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcat101 committed Nov 11, 2024
1 parent 859b382 commit 9b43cad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,4 @@ allprojects {
java {
withSourcesJar()
}
}

task curseforgePublish
}
6 changes: 2 additions & 4 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "com.github.johnrengelman.shadow" version "7.0.0"
id "me.shedaniel.unified-publishing" version "0.1.+" apply false
id "me.shedaniel.unified-publishing" version "0.1.+"
}

def ENV = System.getenv()
Expand Down Expand Up @@ -159,6 +159,4 @@ publishing {
}
}
}
}

rootProject.tasks.getByName("curseforgePublish").dependsOn tasks.getByName("curseforge")
}
6 changes: 2 additions & 4 deletions forge/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "com.github.johnrengelman.shadow" version "7.0.0"
id "me.shedaniel.unified-publishing" version "0.1.+" apply false
id "me.shedaniel.unified-publishing" version "0.1.+"
}

def ENV = System.getenv()
Expand Down Expand Up @@ -203,6 +203,4 @@ publishing {
}
}
}
}

rootProject.tasks.getByName("curseforgePublish").dependsOn tasks.getByName("curseforge")
}

0 comments on commit 9b43cad

Please sign in to comment.