mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-22 13:05:09 +00:00
parent
9cba08f732
commit
284285140c
@ -45,6 +45,17 @@ sourceSets {
|
|||||||
include("**/*.txt")
|
include("**/*.txt")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
test {
|
||||||
|
java {
|
||||||
|
srcDirs("test/net")
|
||||||
|
srcDirs("test/nonreg")
|
||||||
|
}
|
||||||
|
resources {
|
||||||
|
srcDirs(".")
|
||||||
|
include("skin/**/*.skin")
|
||||||
|
include("themes/**/*.puml")
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<Jar> {
|
tasks.withType<Jar> {
|
||||||
@ -83,3 +94,8 @@ tasks.withType<Javadoc> {
|
|||||||
addStringOption("Xmaxwarns", "1")
|
addStringOption("Xmaxwarns", "1")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.test {
|
||||||
|
useJUnitPlatform()
|
||||||
|
testLogging.showStandardStreams = true
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user