Add "depending plugin" warning
This commit is contained in:
parent
d1aa18b30b
commit
1b4997869d
17 changed files with 257 additions and 43 deletions
10
build.gradle
10
build.gradle
|
|
@ -7,6 +7,12 @@ group = 'net.frankheijden.serverutils'
|
|||
String dependencyDir = group + '.dependencies'
|
||||
version = '2.5.6'
|
||||
|
||||
allprojects {
|
||||
ext {
|
||||
cloudVersion = '62e3bc97ef'
|
||||
}
|
||||
}
|
||||
|
||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
|
||||
|
||||
subprojects {
|
||||
|
|
@ -25,8 +31,8 @@ subprojects {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.FrankHeijden.cloud:cloud-core:fea4605277'
|
||||
implementation 'com.github.FrankHeijden.cloud:cloud-brigadier:fea4605277'
|
||||
implementation "com.github.FrankHeijden.cloud:cloud-core:${rootProject.cloudVersion}"
|
||||
implementation "com.github.FrankHeijden.cloud:cloud-brigadier:${rootProject.cloudVersion}"
|
||||
implementation 'com.github.FrankHeijden:MinecraftReflection:1.0.0'
|
||||
implementation 'com.google.guava:guava:30.1.1-jre'
|
||||
implementation 'com.google.code.gson:gson:2.8.6'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue