[K/N] Keep isolatedClassLoaders in a build service

This commit is contained in:
Alexander Shabalin
2024-02-28 20:49:28 +01:00
committed by Space Team
parent 3532056e0d
commit 23710ac133
6 changed files with 44 additions and 19 deletions
-3
View File
@@ -63,9 +63,6 @@ ext {
cacheableTargetNames = platformManager.hostPlatform.cacheableTargets
cacheableTargets = cacheableTargetNames.collect { platformManager.targetByName(it) }
// A separate map for each build for automatic cleaning the daemon after the build have finished.
toolClassLoadersMap = new ConcurrentHashMap<Object, URLClassLoader>()
}
allprojects {