You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the dependency versions plugin is loaded in other ways than through the plugin block, class path errors may occur such as reported in #97. Referencing the task by name and setting its property using setProperty apis might work in that case.
Steps to implement this
Reference the task by name and configure the properties of the versions plugin dynamically
Remove the compile only dependency on the versions plugin
Check that the tests still work ;)
Check that the scenario using an init script now works
The text was updated successfully, but these errors were encountered:
If the dependency versions plugin is loaded in other ways than through the
plugin
block, class path errors may occur such as reported in #97. Referencing the task by name and setting its property usingsetProperty
apis might work in that case.Steps to implement this
The text was updated successfully, but these errors were encountered: