add build tooltips

This commit is contained in:
327135569 2021-04-03 14:33:00 +08:00
parent 8f9bbbdce0
commit c7bd67f0ec
1 changed files with 8 additions and 3 deletions

View File

@ -7,7 +7,7 @@ dependencies {
}
jar {
baseName = "xpatch"
baseName = "mmpatch"
manifest {
attributes 'Main-Class': 'com.storm.wind.xpatch.MainCommand'
}
@ -24,6 +24,11 @@ jar{
exclude 'META-INF/*.SF', 'META-INF/*.DSA', 'META-INF/*.RSA', 'META-INF/*.MF'
}
tasks.build.doLast {
println("Build to " + jar.archivePath)
println("Try \'java -jar " + jar.archiveName + "\' find more help")
}
//
sourceSets.main.resources {
srcDirs = [