mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Address some build warnings
This commit is contained in:
@@ -12,5 +12,5 @@ dependencies {
|
||||
implementation(gradleKotlinDsl())
|
||||
implementation(gradleApi())
|
||||
implementation(localGroovy())
|
||||
implementation("de.undercouch:gradle-download-task:4.1.2")
|
||||
}
|
||||
implementation("de.undercouch:gradle-download-task:5.3.0")
|
||||
}
|
||||
|
||||
2
buildSrc/settings.gradle.kts
Normal file
2
buildSrc/settings.gradle.kts
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
rootProject.name = "buildSrc"
|
||||
Reference in New Issue
Block a user