We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7183b44 commit 3a88915Copy full SHA for 3a88915
build.gradle.kts
@@ -7,6 +7,8 @@ plugins {
7
id("de.undercouch.download") version "5.6.0"
8
}
9
10
+group = "org.glavo.hmcl"
11
+
12
val HMCL_VERSION_PATTERN = Regex("^[0-9]+\\.[0-9]+\\.[0-9]+(\\.[0-9]+)?$")
13
val HMCL_BUILD_NUMBER_PATTERN = Regex("^[0-9]+$")
14
0 commit comments