Address some build warnings

This commit is contained in:
Syer10
2023-03-26 17:43:22 -04:00
parent 72af19e426
commit 4661b181f9
16 changed files with 36 additions and 12 deletions

View File

@@ -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")
}

View File

@@ -0,0 +1,2 @@
rootProject.name = "buildSrc"