Skip to content

Commit

Permalink
Tweak publishing for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Dec 10, 2023
1 parent f232a78 commit 5e2c29f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,7 @@ if (System.getenv("MODRINTH")) {
publishing {
publications {
mavenJava(MavenPublication) {
artifact(remapJar) {
builtBy remapJar
}
artifact(sourcesJar) {
builtBy remapSourcesJar
}
from components.java
}
}

Expand Down

0 comments on commit 5e2c29f

Please sign in to comment.