mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
scanner: catalog: relax VERSION_CATALOG_REGEX
There may be other blocks in dependencyResolutionManagement
This commit is contained in:
parent
4c3dd9c76c
commit
24dc3baadf
2 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,7 @@
|
|||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
defaultLibrariesExtensionName = "projectLibs"
|
||||
versionCatalogs {
|
||||
create("libs") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue