mirror of
https://github.com/usbharu/Hideout.git
synced 2026-08-06 13:05:02 +00:00
chore: ビルド時に強制的にコード生成を行うように
This commit is contained in:
@@ -47,6 +47,8 @@ tasks.withType<KotlinCompile> {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-Xjsr305=strict"
|
||||
}
|
||||
dependsOn("openApiGenerateServer")
|
||||
mustRunAfter("openApiGenerateServer")
|
||||
}
|
||||
|
||||
tasks.withType<ShadowJar> {
|
||||
|
||||
Reference in New Issue
Block a user