Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
MfellnerDev authored Nov 18, 2024
1 parent 72b1593 commit af9826e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,11 @@ tasks.jar {
)
}
}

sourceSets {
main {
resources {
srcDir 'src/main/resources'
}
}
}

0 comments on commit af9826e

Please sign in to comment.