Skip to content

Commit

Permalink
P4ADEV-1377 add openapi example for pipeline error
Browse files Browse the repository at this point in the history
  • Loading branch information
antocalo committed Nov 13, 2024
1 parent 493d228 commit 91c3945
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 796 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ configurations {
resolutionStrategy.activateDependencyLocking()
}
}
/* TODO decomment when define first API into openApi file

tasks.compileJava {
dependsOn("openApiGenerate")
}
*/


configure<SourceSetContainer> {
named("main") {
Expand Down
Loading

0 comments on commit 91c3945

Please sign in to comment.