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

Only expose includes and excludes as inputs in SimpleRelocator #1079

Merged
merged 3 commits into from
Dec 6, 2024

Conversation

Goooler
Copy link
Member

@Goooler Goooler commented Dec 2, 2024


  • CHANGELOG's "Unreleased" section has been updated, if applicable.

@Goooler Goooler force-pushed the g/20241202/migrate-simple-relocator-properties branch 4 times, most recently from 15ca8c4 to f2a68c7 Compare December 4, 2024 11:44
@Goooler Goooler force-pushed the g/20241202/migrate-simple-relocator-properties branch from f2a68c7 to 25a1954 Compare December 6, 2024 13:12
@Goooler Goooler merged commit 11534ca into main Dec 6, 2024
7 checks passed
@Goooler Goooler deleted the g/20241202/migrate-simple-relocator-properties branch December 6, 2024 13:20
Comment on lines +30 to +34
@get:Input
public val includes: ListProperty<String> = objectFactory.listProperty(String::class.java)

@get:Input
public val excludes: ListProperty<String> = objectFactory.listProperty(String::class.java)
Copy link
Member Author

Choose a reason for hiding this comment

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

They should be SetPropertys.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixing in #1092.

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.

1 participant