project: Let CI handle dependencies
This commit is contained in:
@@ -29,18 +29,18 @@ dependencies {
|
||||
api(project(":cache"))
|
||||
api(project(":runelite-api"))
|
||||
|
||||
annotationProcessor(Libraries.lombok)
|
||||
annotationProcessor(group = "org.projectlombok", name = "lombok", version = "1.18.12")
|
||||
|
||||
compileOnly(Libraries.lombok)
|
||||
compileOnly(group = "org.projectlombok", name = "lombok", version = "1.18.12")
|
||||
|
||||
implementation(Libraries.gson)
|
||||
implementation(Libraries.guava)
|
||||
implementation(Libraries.petitparser)
|
||||
implementation(Libraries.okhttp3)
|
||||
implementation(Libraries.slf4jApi)
|
||||
implementation(Libraries.slf4jSimple)
|
||||
implementation(group = "com.google.code.gson", name = "gson", version = "2.8.6")
|
||||
implementation(group = "com.google.guava", name = "guava", version = "28.2-jre")
|
||||
implementation(group = "com.github.petitparser", name = "java-petitparser", version = "2.3.1")
|
||||
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.4.0")
|
||||
implementation(group = "org.slf4j", name = "slf4j-api", version = "1.7.30")
|
||||
implementation(group = "org.slf4j", name = "slf4j-simple", version = "1.7.30")
|
||||
|
||||
testImplementation(Libraries.jupiter)
|
||||
implementation(group = "org.junit.jupiter", name = "junit-jupiter-api", version = "5.6.0")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
||||
Reference in New Issue
Block a user