Skip to content

Commit

Permalink
Apply wrapper to root (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows authored Oct 11, 2024
1 parent a6ee402 commit f714d2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ plugins {
alias(libs.plugins.versions)
}

tasks.withType<Wrapper>().configureEach {
distributionType = Wrapper.DistributionType.ALL
}

allprojects {
configurations.configureEach {
resolutionStrategy {
Expand Down Expand Up @@ -126,8 +130,4 @@ allprojects {
}
}
}

tasks.withType<Wrapper>().configureEach {
distributionType = Wrapper.DistributionType.ALL
}
}

0 comments on commit f714d2f

Please sign in to comment.