Skip to content
Snippets Groups Projects
Commit 123e5188 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

cleanup

parent 605ae855
No related branches found
No related tags found
1 merge request!36Swagger
......@@ -97,10 +97,6 @@ shadowJar {
}
tasks.withType(JavaCompile) {
options.fork = true
options.forkOptions.jvmArgs << "-Dmicronaut.openapi.views.spec=" +
"swagger-ui.enabled=true," +
"swagger-ui.layout=BaseLayout"
options.encoding = "UTF-8"
options.compilerArgs.add("-parameters")
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment