Skip to content

Commit

Permalink
Possible workaround concurrency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Feb 21, 2024
1 parent 5fa0396 commit fe7de53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,12 @@ publishing {
publications {}
}

subprojects {
project.tasks.withType(PublishToMavenLocal).each {
it.outputs.file("$rootProject.projectDir/temp")
}
}

subprojects.each { if (it.file("src/main").exists()) remapJar.dependsOn("${it.path}:remapJar") }

sourceSets {
Expand Down

0 comments on commit fe7de53

Please sign in to comment.