add plugin library
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
import org.springframework.boot.gradle.tasks.bundling.BootJar
|
||||
|
||||
plugins {
|
||||
id("ltd.hlaeja.plugin.hlaeja-common-plugin.common")
|
||||
id("org.springframework.boot")
|
||||
}
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
}
|
||||
|
||||
tasks {
|
||||
named<Jar>("jar") {
|
||||
archiveClassifier.set("")
|
||||
}
|
||||
withType<BootJar> {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user