File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
4444 implementation(libs.java.info)
4545
4646 if (launcherExe == null ) {
47- implementation(" org.glavo.hmcl:HMCLauncher:3.6.0.4 " )
47+ implementation(libs.hmclauncher )
4848 }
4949}
5050
Original file line number Diff line number Diff line change 11[versions ]
2+ hmclauncher = " 3.6.0.6"
23jetbrains-annotations = " 26.0.1"
34kala-compress = " 1.27.1-1"
45simple-png-javafx = " 0.3.0"
@@ -20,6 +21,7 @@ java-info = "1.0"
2021shadow = " 8.3.6"
2122
2223[libraries ]
24+ hmclauncher = { module = " org.glavo.hmcl:HMCLauncher" , version.ref = " hmclauncher" }
2325jetbrains-annotations = { module = " org.jetbrains:annotations" , version.ref = " jetbrains-annotations" }
2426kala-compress-zip = { module = " org.glavo.kala:kala-compress-archivers-zip" , version.ref = " kala-compress" }
2527kala-compress-tar = { module = " org.glavo.kala:kala-compress-archivers-tar" , version.ref = " kala-compress" }
You can’t perform that action at this time.
0 commit comments