Skip to content

Commit

Permalink
package name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisQuepierts committed Aug 4, 2024
1 parent 226bcb2 commit b11d649
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,6 @@ allprojects {
includeGroup "curse.maven"
}
}

exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}

tasks.withType(JavaCompile) {
Expand Down
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ remapJar {
injectAccessWidener = true
inputFile.set(shadowJar.archiveFile)
dependsOn shadowJar
archiveClassifier = null
archiveClassifier = "fabric"
}

jar {
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ shadowJar {
remapJar {
inputFile.set(shadowJar.archiveFile)
dependsOn shadowJar
archiveClassifier.set(null)
archiveClassifier.set("forge")
}

jar {
Expand Down

0 comments on commit b11d649

Please sign in to comment.