Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Nov 1, 2024
1 parent dee1e77 commit 1b99cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HMCL/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ fun createExecutable(suffix: String, header: String) {
}

tasks.processResources {
into("META-INF/versions/11") {
into("META-INF/versions/9") {
from(java9.output)
}
dependsOn(tasks[java9.classesTaskName])
Expand Down

0 comments on commit 1b99cc9

Please sign in to comment.