tudortimi / gradle-hdvl

Family of Gradle plugins that provide support for hardware design and verification languages
Apache License 2.0
4 stars 2 forks source link

Add possibility to use providers in testCompile task #130

Open odiaz1 opened 6 months ago

odiaz1 commented 6 months ago

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').