Skip to content

Commit

Permalink
update Unimined to 1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolij committed Dec 8, 2024
1 parent 1e18d78 commit 9dd8a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ subprojects {
dependsOn(remapJarTasks)
mustRunAfter(remapJarTasks)
remapJarTasks.forEach { remapJar ->
remapJar.archiveFile.also { archiveFile ->
remapJar.asJar.archiveFile.also { archiveFile ->
from(zipTree(archiveFile))
inputs.file(archiveFile)
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ shadow_version = 8.1.1
# https://central.sonatype.com/artifact/com.guardsquare/proguard-base
proguard_version = 7.6.0
# https://github.com/unimined/unimined/releases/latest
unimined_version = 1.3.9
unimined_version = 1.3.11
# https://plugins.gradle.org/plugin/com.github.gmazzo.buildconfig
buildconfig_version = 5.5.0
# https://github.com/ajoberstar/grgit/releases/latest
Expand Down

0 comments on commit 9dd8a46

Please sign in to comment.