Skip to content

Commit

Permalink
remove json from build jar
Browse files Browse the repository at this point in the history
  • Loading branch information
DublikuntMux committed Mar 26, 2024
1 parent fd64dc1 commit 9765310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation("org.bstats", "bstats-bukkit", bstatsVersion)

compileOnly("com.squareup.okhttp3", "okhttp", okhttpVersion)
implementation("org.json", "json", orgJsonVersion)
compileOnly("org.json", "json", orgJsonVersion)
}

tasks {
Expand Down

0 comments on commit 9765310

Please sign in to comment.