Skip to content

Commit

Permalink
chore: simplify reobf
Browse files Browse the repository at this point in the history
however, this does not fix that publish ignores reobf
  • Loading branch information
klikli-dev committed Jul 21, 2023
1 parent 572b266 commit e00f662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,19 +119,18 @@ tasks.named("sourcesJar", Jar) {

tasks.named('jar') {
archiveClassifier = "slim"
finalizedBy('reobfJar')
}

tasks.named('jarJar') {
archiveClassifier = ""
finalizedBy('reobfJar')
}

processResources {
from project(":common").sourceSets.main.resources
}

jar.finalizedBy('reobfJar')
reobf { jarJar { } }

publishing {
publications {
mavenJava(MavenPublication) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ group=com.klikli_dev
mod_id=modonomicon
mod_name=Modonomicon
mod_license=MIT AND CC-BY-4.0
mod_version=1.38.1
mod_version=1.38.5
mod_authors=Kli Kli
mod_description=Data-driven minecraft in-game documentation with progress visualization.

Expand Down

0 comments on commit e00f662

Please sign in to comment.