Skip to content

Commit

Permalink
Remove sourceSet manipulation for generated resources
Browse files Browse the repository at this point in the history
This hopefully fixes the StackOverflow on GH Actions
  • Loading branch information
Erdragh committed May 28, 2024
1 parent bcf4a8f commit b5bf9f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,7 @@ subprojects {
inputs.properties(expandProps)
}

if (isCommon) {
sourceSets.main.get().resources.srcDir("src/main/generated/resources")
} else {
if (!isCommon) {
dependencies {
implementation(project(":common"))
}
Expand Down

0 comments on commit b5bf9f7

Please sign in to comment.