Skip to content

Commit

Permalink
#7 Fixed botalka build
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed Mar 28, 2024
1 parent 89e4326 commit 18d93bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botalka/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ koverReport {
}

jooq {
val schemaSql = "${sourceSets.main.get().output.resourcesDir}/database/schema.sql"
val schemaSql = "$projectDir/src/main/resources/database/schema.sql"

executions {
create("main") {
Expand Down

0 comments on commit 18d93bd

Please sign in to comment.