Closed yuriy-slobodchikov closed 5 years ago
Hi,
unfortunately this is something I can't easily fix without breaking compatibility with earlier Gradle versions.
The Gradle API still doesn't contain an "official" way to construct a PolymorphicDomainObjectContainer
, and the said constructor is the only one that already existed in 4.10.
Duplicate of #63
Warning deprecation in Gradle 5.4.1 ... line 73 apply plugin: 'org.unbroken-dome.test-sets' ... line 89 testSets { line 90 integrationTest { dirName = "integrationTest" } } ...
gradle --warning-mode all