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

Fix to enable deployment in standalone mode #21

Closed amadeubarbosa closed 5 years ago

amadeubarbosa commented 5 years ago

After the pull-request #20 the deployment won't be enabled in standalone mode due a IllegalArgumentException when 'deploy --force' is used to enable it.

amadeubarbosa commented 5 years ago

I'm so sorry @Ingwersaft, in my last PR (#20) I broke the ordinary deploy phase in standalone mode. So you'll need this bugfix also.

Ingwersaft commented 5 years ago

No worries @amadeubarbosa, I should have noticed... I really need to setup some proper tests now the basic CI integration is working, but first I need the time for that :)

Thanks for the follow up!

Ingwersaft commented 5 years ago

New version is deployed now.