Skip to content

Commit

Permalink
Remove deobfJar
Browse files Browse the repository at this point in the history
  • Loading branch information
LLytho committed Jul 18, 2023
1 parent fffdff0 commit 082fca4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -176,23 +176,12 @@ processResources {
}
}

task deobfJar(type: Jar) {
from sourceSets.main.output
classifier 'deobf'
}

def reobfFile = file("$buildDir/reobfJar/output.jar")
def reobfArtifact = artifacts.add('default', reobfFile) {
type 'jar'
builtBy 'reobfJar'
}

artifacts {
archives deobfJar
}

build.dependsOn deobfJar

buildConfig {
buildConfigField 'String', 'MOD_ID', "\"${mod_id}\""
buildConfigField 'String', 'MOD_VERSION', "\"${mod_version}\""
Expand Down

0 comments on commit 082fca4

Please sign in to comment.