Skip to content

Commit

Permalink
fix build dir issue
Browse files Browse the repository at this point in the history
Signed-off-by: Appu Goundan <[email protected]>
  • Loading branch information
loosebazooka committed Dec 6, 2023
1 parent 37df9eb commit c66e71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigstore-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jsonSchema2Pojo {
executions {
create("rekor") {
source.setFrom(files("${sourceSets.main.get().output.resourcesDir}/rekor/model"))
targetDirectoryPrefix.set(file("$buildDir/generated/sources/rekor-model/"))
targetDirectoryPrefix.set(project.layout.buildDirectory.dir("generated/sources/rekor-model/"))
targetPackage.set("dev.sigstore.rekor")
generateBuilders.set(true)
annotationStyle.set("gson")
Expand Down

0 comments on commit c66e71c

Please sign in to comment.