Skip to content

Commit 3a88915

Browse files
committed
Fix build.gradle.kts
1 parent 7183b44 commit 3a88915

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ plugins {
77
id("de.undercouch.download") version "5.6.0"
88
}
99

10+
group = "org.glavo.hmcl"
11+
1012
val HMCL_VERSION_PATTERN = Regex("^[0-9]+\\.[0-9]+\\.[0-9]+(\\.[0-9]+)?$")
1113
val HMCL_BUILD_NUMBER_PATTERN = Regex("^[0-9]+$")
1214

0 commit comments

Comments
 (0)