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

Deprecated properties used, which prevent using gradle 7.0 #6

Closed
riterdando opened this issue Sep 18, 2020 · 2 comments
Closed

Deprecated properties used, which prevent using gradle 7.0 #6

riterdando opened this issue Sep 18, 2020 · 2 comments
Assignees

Comments

@riterdando
Copy link

I am currently using your plugin under gradle 6.3 and I get the following deprecation warning:

Configure project :wildfly-groovy-module The Distribution.baseName property has been deprecated. This is scheduled to be removed in Gradle 7.0. Please use the distributionBaseName property instead. See https://docs.gradle.org/6.3/dsl/org.gradle.api.distribution.Distribution.html#org.gradle.api.distribution.Distribution:baseName for more details.

Your plugin itself applies the distribution plugin and in order to be make it work under gradle 7.x you have to replace some deprecated properties.

I would be very happy if you could provide a new version without using the deprecated properties.
That way I can continue using your plugin

@zhurlik
Copy link
Owner

zhurlik commented Sep 18, 2020

Please try this one Version 1.1

@zhurlik zhurlik self-assigned this Sep 18, 2020
@riterdando
Copy link
Author

riterdando commented Sep 19, 2020

Thanks a lot, the new version solves the mentioned deprecation problems.

That was really fast!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants