mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-09 03:46:18 -04:00
13 lines
242 B
Groovy
13 lines
242 B
Groovy
version '1.0'
|
|
|
|
dependencies {
|
|
compileOnly project.files("lib/modlauncher-4.1.0.jar")
|
|
}
|
|
|
|
jar {
|
|
manifest {
|
|
attributes 'Created-By': 'Copyright(c) 2013-2020 huangyuhui.',
|
|
'Implementation-Version': version
|
|
}
|
|
}
|