Skip to content

Commit

Permalink
Rename build-support/settings to build-support/redwood-settings (#1620)
Browse files Browse the repository at this point in the history
Although this new name is slightly worse, it avoids a collision
when using includeBuild from other projects that have a ':settings'
module.
  • Loading branch information
squarejesse authored Oct 23, 2023
1 parent a35475e commit 01f7fbf
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class RedwoodBuildPlugin : Plugin<Project> {
// target its sources rather than duplicating the Spotless setup in multiple places.
if (path == ":") {
java {
it.target("build-support/settings/src/**/*.java")
it.target("build-support/redwood-settings/src/**/*.java")
it.googleJavaFormat(libs.googleJavaFormat.get().version)
it.licenseHeaderFile(licenseHeaderFile)
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pluginManagement {
includeBuild('build-support/settings')
includeBuild('build-support/redwood-settings')

repositories {
mavenCentral()
Expand Down

0 comments on commit 01f7fbf

Please sign in to comment.