Skip to content

Commit

Permalink
move from compileOnly to implementation as lib should be used shaded
Browse files Browse the repository at this point in the history
  • Loading branch information
yannicklamprecht committed May 6, 2023
1 parent 0b72b0c commit a3f6236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ repositories {

dependencies {
// Spigot server
compileOnly("de.eldoria.jacksonbukkit", "spigot", "version")
implementation("de.eldoria.jacksonbukkit", "spigot", "version")
// Paper server
compileOnly("de.eldoria.jacksonbukkit", "paper", "version")
implementation("de.eldoria.jacksonbukkit", "paper", "version")
}
```

Expand Down

0 comments on commit a3f6236

Please sign in to comment.