project: Let CI handle dependencies

This commit is contained in:
Owain van Brakel
2020-04-08 17:11:17 +02:00
parent 7b9c3161b4
commit 3c1e04d147
13 changed files with 144 additions and 251 deletions

View File

@@ -29,9 +29,9 @@ description = "RuneScape Client"
dependencies {
implementation(project(":injection-annotations"))
testImplementation(Libraries.junit)
testImplementation(Libraries.slf4jApi)
testImplementation(Libraries.slf4jSimple)
testImplementation(group = "junit", name = "junit", version = "4.13")
testImplementation(group = "org.slf4j", name = "slf4j-api", version = "1.7.30")
testImplementation(group = "org.slf4j", name = "slf4j-simple", version = "1.7.30")
}
tasks {