Add "depending plugin" warning

This commit is contained in:
Frank van der Heijden 2021-07-31 00:45:48 +02:00
parent d1aa18b30b
commit 1b4997869d
No known key found for this signature in database
GPG key ID: B808721C2DD5B5B8
17 changed files with 257 additions and 43 deletions

View file

@ -13,7 +13,7 @@ repositories {
}
dependencies {
implementation 'com.github.FrankHeijden.cloud:cloud-velocity:fea4605277'
implementation "com.github.FrankHeijden.cloud:cloud-velocity:${rootProject.cloudVersion}"
implementation 'org.bstats:bstats-velocity:2.2.1'
implementation project(":Common")
compileOnly 'com.velocitypowered:velocity-api:3.0.0'