mirror of https://github.com/usbharu/Hideout.git
chore: ビルド時に強制的にコード生成を行うように
This commit is contained in:
parent
5f44510010
commit
3f2cff7e64
|
@ -47,6 +47,8 @@ tasks.withType<KotlinCompile> {
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
freeCompilerArgs += "-Xjsr305=strict"
|
freeCompilerArgs += "-Xjsr305=strict"
|
||||||
}
|
}
|
||||||
|
dependsOn("openApiGenerateServer")
|
||||||
|
mustRunAfter("openApiGenerateServer")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<ShadowJar> {
|
tasks.withType<ShadowJar> {
|
||||||
|
|
Loading…
Reference in New Issue