creising / soapui-gradle-plugin

MIT License
0 stars 0 forks source link

Typo in TestTask.groovy #1

Closed 80586 closed 8 years ago

80586 commented 8 years ago

Hello,

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

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

Diff: http://pastie.org/private/uwjrxzbzclx93dld2riozg

creising commented 8 years ago

Thanks for creating the issue. I pushed up the fix.