mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 11:38:40 +01:00
change compile to compileOnly (#77)
parent
8b9892a8da
commit
a37407fb20
@ -66,12 +66,10 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'net.luckperms:api:5.0'
|
compileOnly 'net.luckperms:api:5.0'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
> Note: `compile` can be optionally replaced by either `api` or `implementation` on newer Gradle versions to distinguish whether dependant projects should transitively pick up the LuckPerms API dependency.
|
|
||||||
|
|
||||||
#### Manual
|
#### Manual
|
||||||
|
|
||||||
If you want to manually add the API dependency to your classpath, you can obtain the jar by:
|
If you want to manually add the API dependency to your classpath, you can obtain the jar by:
|
||||||
|
Loading…
Reference in New Issue
Block a user