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 543e4e5 commit fd8a282
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ tasks.jar {
)
}
}

sourceSets {
main {
resources {
srcDir 'src/main/resources'
}
val main by getting {
resources.srcDir("src/main/resources")
}
}

0 comments on commit fd8a282

Please sign in to comment.