mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-21 20:45:10 +00:00
chore: unify build.gradle.kts
This commit is contained in:
parent
50d1a1caa8
commit
cb395b103a
@ -42,6 +42,7 @@ sourceSets {
|
||||
}
|
||||
resources {
|
||||
srcDirs("build/sources/sjpp/java")
|
||||
include("**/graphviz.dat")
|
||||
include("**/*.png")
|
||||
include("**/*.svg")
|
||||
include("**/*.txt")
|
||||
|
@ -42,6 +42,7 @@ sourceSets {
|
||||
}
|
||||
resources {
|
||||
srcDirs("build/sources/sjpp/java")
|
||||
include("**/graphviz.dat")
|
||||
include("**/*.png")
|
||||
include("**/*.svg")
|
||||
include("**/*.txt")
|
||||
|
@ -110,13 +110,6 @@ val preprocessLicenceAntTask by tasks.registering() {
|
||||
"header" to project.layout.buildDirectory.file("../epl-license.txt").get().asFile.absolutePath
|
||||
)
|
||||
}
|
||||
project.copy {
|
||||
includeEmptyDirs = false
|
||||
from(project.layout.buildDirectory.dir("sources/sjpp/java")) {
|
||||
include("**/graphviz.dat")
|
||||
}
|
||||
into(project.layout.buildDirectory.dir("copiedResources"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -110,13 +110,6 @@ val preprocessLicenceAntTask by tasks.registering() {
|
||||
"header" to project.layout.buildDirectory.file("../gplv2-license.txt").get().asFile.absolutePath
|
||||
)
|
||||
}
|
||||
project.copy {
|
||||
includeEmptyDirs = false
|
||||
from(project.layout.buildDirectory.dir("sources/sjpp/java")) {
|
||||
include("**/graphviz.dat")
|
||||
}
|
||||
into(project.layout.buildDirectory.dir("copiedResources"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -42,6 +42,7 @@ sourceSets {
|
||||
}
|
||||
resources {
|
||||
srcDirs("build/sources/sjpp/java")
|
||||
include("**/graphviz.dat")
|
||||
include("**/*.png")
|
||||
include("**/*.svg")
|
||||
include("**/*.txt")
|
||||
|
Loading…
Reference in New Issue
Block a user