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

cleanup

parent 7c6617f6
No related branches found
No related tags found
1 merge request!18Swagger
...@@ -84,10 +84,6 @@ shadowJar { ...@@ -84,10 +84,6 @@ shadowJar {
} }
tasks.withType(JavaCompile) { 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.encoding = "UTF-8"
options.compilerArgs.add("-parameters") 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