Skip to content

Commit

Permalink
[skip ci] Fix/readme (#38)
Browse files Browse the repository at this point in the history
move from compileOnly to implementation as lib should be used shaded
  • Loading branch information
yannicklamprecht authored and rainbowdashlabs committed Jun 9, 2023
1 parent 0740cff commit a7c197f
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 a7c197f

Please sign in to comment.