willis7/soapui-gradle-plugin

Typo in TestTask.groovy

Closed this issue · 2 comments

80586 commented

Hello,

There is a typo in the soapui-gradle-plugin. In src/main/groovy/io/byteshifter/plugins/soapui/tasks/TestTask.groovy, line 219, projectProperties() should be getProjectProperties().

This causes the setting of the projectProperties key in the soapui -> test closure to throw a NullPointerException.

The fork at [https://github.com/creising/soapui-gradle-plugin] is also affected.

Hi @80586 ,

Thanks for highlighting this. I will look to fix this soon. If in the meantime you would like to make a pull request I will be happy to merge that in.

This should fix your immediate problem, but this has highlighted concerns elsewhere in the plugin.