mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 05:46:00 +08:00
GP-0 allow gradle lockfiles to be generated
This commit is contained in:
@@ -66,8 +66,14 @@ allprojects {
|
||||
tasks.withType(JavaForkOptions) {
|
||||
jvmArgs '-Djava.awt.headless=true'
|
||||
}
|
||||
|
||||
// enable generating lock files for gradle dependencies
|
||||
dependencyLocking {
|
||||
lockAllConfigurations()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*********************************************************************************
|
||||
* Use flat directory-style repository if flatRepo directory is present.
|
||||
*********************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user