2021-08-20 15:58:44 +08:00

13 lines
250 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': project.version
}
}