mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Update all dependencies
This commit is contained in:
@@ -12,5 +12,5 @@ dependencies {
|
||||
implementation(gradleKotlinDsl())
|
||||
implementation(gradleApi())
|
||||
implementation(localGroovy())
|
||||
implementation("de.undercouch:gradle-download-task:5.3.0")
|
||||
implementation(libs.gradle.download.task)
|
||||
}
|
||||
|
||||
@@ -1,2 +1,11 @@
|
||||
|
||||
rootProject.name = "buildSrc"
|
||||
|
||||
|
||||
dependencyResolutionManagement {
|
||||
versionCatalogs {
|
||||
create("libs") {
|
||||
from(files("../gradle/libs.versions.toml"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user