issues
search
helidon-io
/
helidon-build-tools
Build tools for the Helidon Project
https://helidon.io
Apache License 2.0
35
stars
35
forks
source link
Gate usage of ensureDirectory with a lock
#1074
Closed
romain-grecourt
closed
1 month ago
romain-grecourt
commented
1 month ago
Gate usage of ensureDirectory with a lock.
Use a single lock to ensure that concurrent execution of tasks don't race on the creation of directories
Call Proxies.setProxyPropertiesFromEnv() in StagerMojo to support proxy from environment
Gate usage of ensureDirectory with a lock.