Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare subprojects.settings.gradle for kotlin #5204

Merged
merged 1 commit into from
Jan 6, 2024

Conversation

soloturn
Copy link
Contributor

@soloturn soloturn commented Jan 2, 2024

make the files similar in logic, as well use syntax a little closer to kotlin, to then mirgrate and have a clearer, easier to review diff vew.

subsystems/subprojects.settings.gradle Outdated Show resolved Hide resolved
subsystems/subprojects.settings.gradle Outdated Show resolved Hide resolved
}
logger.info("lib {} has a build file so counting it complete and including it.", subprojectName)
include(subprojectName)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You've changed this from using includeBuild to include. Is this likely to have implications? An includeBuild is usually used for separate third-party projects, whilst include is typically used for projects within your own tree.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed, @BenjaminAmos,

@soloturn soloturn force-pushed the qa/subproj-kotlin branch 2 times, most recently from 488493c to fe4bc96 Compare January 3, 2024 10:22
libs/subprojects.settings.gradle Outdated Show resolved Hide resolved
Co-authored-by: BenjaminAmos <24301287+BenjaminAmos@users.noreply.github.com>
@BenjaminAmos BenjaminAmos merged commit f3140ef into develop Jan 6, 2024
9 checks passed
@soloturn soloturn deleted the qa/subproj-kotlin branch June 30, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants