Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Hartmann committed Dec 19, 2024
1 parent 89f6063 commit 871c63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ tasks.withType<org.hidetake.gradle.swagger.generator.GenerateSwaggerUI> {

task("generateOpenApiSpec", JavaExec::class) {
group = "build"
main = "org.cip4.xjdf.openapi.MainKt"
main = "org.cip4.xjdf.json.openapi.Main"
classpath = sourceSets["main"].runtimeClasspath
}
val compileKotlin: KotlinCompile by tasks
Expand Down

0 comments on commit 871c63d

Please sign in to comment.