We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678d1fa commit 5249588Copy full SHA for 5249588
model-server/build.gradle.kts
@@ -122,8 +122,8 @@ val cucumber = task("cucumber") {
122
tasks.register<Copy>("copyApis") {
123
from("../api/")
124
include("*.yaml")
125
- into(project.layout.projectDirectory.dir("build/openapi/src/main/resources/api"))
126
- sourceSets["main"].resources.srcDir("build/openapi/src/main/resources/")
+ into(project.layout.buildDirectory.dir("openapi/src/main/resources/api"))
+ sourceSets["main"].resources.srcDir(project.layout.buildDirectory.dir("openapi/src/main/resources/"))
127
}
128
129
tasks.named("runKtlintCheckOverMainSourceSet") {
0 commit comments