GP-0 allow gradle lockfiles to be generated

This commit is contained in:
ghidraffe
2026-05-05 15:30:26 +00:00
parent 39c3a2dad1
commit 0fe9258185
2 changed files with 8 additions and 0 deletions

2
.gitignore vendored
View File

@@ -88,3 +88,5 @@ core.*
# python files
*.egg-info
__pycache__
gradle.lockfile

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.
*********************************************************************************/