Ingwersaft / wildfly-deploy-gradle-plugin

Gradle Plugin for deploying Files to Wildfly
https://plugins.gradle.org/plugin/com.mkring.wildlydeplyplugin.deploy-wildfly-plugin
GNU General Public License v3.0
10 stars 11 forks source link

gradle 7.2 compatibility #25

Open epiatakov opened 3 years ago

epiatakov commented 3 years ago

Hi, I have an error with 7.2 gradle:

A problem was found with the configuration of task ':deployBevis' (type 'DeployWildflyTask').

Ingwersaft commented 3 years ago

I guess with new gradle versions the @Internal annotation should be used there. You probably could also downgrade gradle instead.

I didn't work with wildfly since a couple of years, but will happily review and merge contributions :)