Skip to content

Commit

Permalink
build: cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed Mar 25, 2023
1 parent 2b019b3 commit 0ff74c9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,10 @@ plugins {
group = "su.plo"
version = "1.0.0-SNAPSHOT"

repositories {
mavenCentral()
mavenLocal()

maven("https://repo.plo.su")
}

dependencies {
compileOnly("com.google.guava:guava:31.1-jre")
compileOnly("org.jetbrains:annotations:23.0.0")
compileOnly("org.projectlombok:lombok:1.18.24")

compileOnly("su.plo.voice.api:server:2.0.0+ALPHA")
compileOnly("su.plo.config:config:1.0.0")

annotationProcessor("org.projectlombok:lombok:1.18.24")
annotationProcessor("com.google.guava:guava:31.1-jre")
annotationProcessor("com.google.code.gson:gson:2.9.0")
}

plasmoCrowdin {
Expand Down

0 comments on commit 0ff74c9

Please sign in to comment.