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
When passing the SVUnit version from a VersionCatalog (e.g. testLibs) as a testCompile dependency the code looks like this currently: testCompile testLibs.svunit.get()
Whereas for the compile task the .get() call is not necessary, since the task accepts an object foo as well as providerOf('foo').
The text was updated successfully, but these errors were encountered:
odiaz1
changed the title
Add possibility to use providers in testCompile task
Add possibility to use providers in testCompile task in:svunit-plugin
Dec 11, 2023
odiaz1
changed the title
Add possibility to use providers in testCompile task in:svunit-plugin
Add possibility to use providers in testCompile task
Dec 11, 2023
When passing the SVUnit version from a VersionCatalog (e.g. testLibs) as a testCompile dependency the code looks like this currently:
testCompile testLibs.svunit.get()
Whereas for the
compile
task the .get() call is not necessary, since the task accepts an objectfoo
as well asproviderOf('foo')
.The text was updated successfully, but these errors were encountered: