test publish stuff
This commit is contained in:
parent
9a9867e739
commit
97291ffcae
@ -84,9 +84,6 @@ tasks.test {
|
|||||||
maxHeapSize = "1024m"
|
maxHeapSize = "1024m"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
tasks.named<BootBuildImage>("bootBuildImage") {
|
tasks.named<BootBuildImage>("bootBuildImage") {
|
||||||
|
|
||||||
environment.put("BPE_DELIM_JAVA_TOOL_OPTIONS", " ")
|
environment.put("BPE_DELIM_JAVA_TOOL_OPTIONS", " ")
|
||||||
@ -142,4 +139,11 @@ tasks.register("generateJavaDoc", Javadoc::class) {
|
|||||||
include(droolsImports)
|
include(droolsImports)
|
||||||
}
|
}
|
||||||
destinationDir = file(project.findProperty("javadocDestinationDir")?.toString() ?: "")
|
destinationDir = file(project.findProperty("javadocDestinationDir")?.toString() ?: "")
|
||||||
|
|
||||||
|
options.memberLevel = JavadocMemberLevel.PUBLIC
|
||||||
|
(options as StandardJavadocDocletOptions).apply {
|
||||||
|
header = "Redaction Service ${project.version}"
|
||||||
|
footer = "Redaction Service ${project.version}"
|
||||||
|
title = "API Documentation for Redaction Service ${project.version}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user