[Build] Fix buildscripts deprecation warnings

#KTI-1221 In Progress
This commit is contained in:
Alexander.Likhachev
2023-06-07 17:58:38 +02:00
committed by Space Team
parent 1588b07472
commit 01276bbe49
4 changed files with 9 additions and 7 deletions
@@ -5816,7 +5816,7 @@ Task pluginTest(String name, String pluginName, Closure configureClosure) {
from {
sourceSets[pluginName].output
}
baseName = pluginName
archiveBaseName = pluginName
destinationDirectory = buildDir
}
def taskName = "$name-with-$pluginName"