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 4532e7d commit 4c9fb70Copy full SHA for 4c9fb70
sdk/sdk.gradle.kts
@@ -56,7 +56,7 @@ sourceSets {
56
openApiGenerate {
57
generatorName.set("java")
58
inputSpec.set("$rootDir/res/fingerprint-server-api.yaml")
59
- outputDir.set("$buildDir/generated")
+ outputDir.set("${layout.buildDirectory}/generated")
60
groupId.set("com.fingerprint")
61
id.set("fingerprint-pro-server-api-sdk")
62
version.set(projectVersion)
0 commit comments