mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-07 14:37:57 +08:00
Merge remote-tracking branch 'origin/GP-0_ghidraffe_gradle_lockfiles' into Ghidra_12.1
This commit is contained in:
@@ -88,3 +88,5 @@ core.*
|
||||
# python files
|
||||
*.egg-info
|
||||
__pycache__
|
||||
|
||||
gradle.lockfile
|
||||
@@ -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