mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-14 19:20:29 +03:00
scanner: support libs.versions.toml
This commit is contained in:
parent
528760acc8
commit
eff0ef48f4
17 changed files with 723 additions and 35 deletions
11
tests/source-files/catalog.test/settings.gradle.kts
Normal file
11
tests/source-files/catalog.test/settings.gradle.kts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
dependencyResolutionManagement {
|
||||
defaultLibrariesExtensionName = "projectLibs"
|
||||
versionCatalogs {
|
||||
create("libs") {
|
||||
from(files("./libs.versions.toml"))
|
||||
}
|
||||
create("anotherLibs") {
|
||||
from(files("$rootDir/libs.versions.toml"))
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue