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

Use Gradle typed project accessors #213

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

sgammon
Copy link
Contributor

@sgammon sgammon commented Feb 20, 2024

Summary

This change activates the TYPESAFE_PROJECT_ACCESSORS feature preview in Gradle, and switches to such accessors instead of string-based project references, where possible

Originally previewed in #204

Changelog

  • chore: activate TYPESAFE_PROJECT_ACCESSORS feature
  • chore: switch to using project references instead of project(":<...>") in most circumstances

This change activates the `TYPESAFE_PROJECT_ACCESSORS` feature
preview in Gradle, and switches to such accessors instead of
string-based project references, where possible

Relates-To: apple#204
Signed-off-by: Sam Gammon <sam@elide.ventures>
@holzensp holzensp merged commit 1e50200 into apple:main Feb 21, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants