Merge remote-tracking branch 'origin/GP-0_ghidraffe_gradle_lockfiles' into Ghidra_12.1

This commit is contained in:
Ryan Kurtz
2026-05-05 12:51:57 -04:00
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -88,3 +88,5 @@ core.*
# python files
*.egg-info
__pycache__
gradle.lockfile
+6
View File
@@ -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.
*********************************************************************************/