Skip to content

Commit

Permalink
apply base to subprojects too
Browse files Browse the repository at this point in the history
  • Loading branch information
rjernst committed Oct 28, 2024
1 parent 137a512 commit 28f30c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ configure(childProjects.values()) {
archivesName = baseArtifactId
}
subprojects {
apply plugin: 'base'

def subArtifactId = baseArtifactId
def currentProject = project
while (currentProject != baseProject) {
Expand Down

0 comments on commit 28f30c6

Please sign in to comment.