Skip to content

Commit

Permalink
Update proguard version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Dec 5, 2021
1 parent ea5c188 commit 4ff2468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ task determinizeBuiltJar(type: DeterminizingTask) {
task proguard(type: ProguardTask, dependsOn: determinizeBuiltJar) {
input.set(determinizeBuiltJar.archiveFile)
archiveClassifier.set('optimized')
url 'https://github.com/Guardsquare/proguard/releases/download/v7.1.0-beta1/proguard-7.1.0-beta1.zip'
extract 'proguard-7.1.0-beta1/lib/proguard.jar'
url 'https://github.com/Guardsquare/proguard/releases/download/v7.2.0-beta2/proguard-7.2.0-beta2.zip'
extract 'proguard-7.2.0-beta2/lib/proguard.jar'
afterEvaluate {
def mappedMods = project.configurations.modCompileClasspathMapped.resolvedConfiguration.files
classpath project.files(loom.minecraftMappedProvider.intermediaryJar)
Expand Down

0 comments on commit 4ff2468

Please sign in to comment.