File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
src/main/kotlin/no/nav/hjelpemidler/soknad/db/domain/kommuneapi Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -89,3 +89,8 @@ val graphqlIntrospectSchema by tasks.getting(GraphQLIntrospectSchemaTask::class)
8989 endpoint.set(" https://hm-grunndata-search.intern.dev.nav.no/graphql" )
9090 outputFile.set(file(" src/main/resources/hmdb/schema.graphqls" ))
9191}
92+
93+ tasks.named(" compileKotlin" ) {
94+ dependsOn(" spotlessApply" )
95+ dependsOn(" spotlessCheck" )
96+ }
Original file line number Diff line number Diff line change @@ -603,7 +603,7 @@ data class Hast(
603603enum class Haste årsak {
604604 UTVIKLING_AV_TRYKKS ÅR ,
605605 TERMINALPLEIE ,
606-
606+
607607 @Deprecated(" Erstattet av _V2" )
608608 UTSKRIVING_FRA_SYKEHUS_SOM_IKKE_KAN_PLANLEGGES ,
609609 UTSKRIVING_FRA_SYKEHUS_SOM_IKKE_KAN_PLANLEGGES_V2 ,
Original file line number Diff line number Diff line change @@ -30,3 +30,8 @@ publishing {
3030 }
3131 }
3232}
33+
34+ tasks.named(" compileKotlin" ) {
35+ dependsOn(" spotlessApply" )
36+ dependsOn(" spotlessCheck" )
37+ }
You can’t perform that action at this time.
0 commit comments