forked from git-mirrors/GeyserConnect
Support Geyser 2.1.1
This commit is contained in:
parent
a933ae0463
commit
0c2304e662
4 changed files with 39 additions and 10 deletions
|
@ -30,12 +30,12 @@ dependencies {
|
|||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
|
||||
|
||||
compileOnly 'org.geysermc.geyser:api:2.1.0-SNAPSHOT'
|
||||
compileOnly('org.geysermc.geyser:core:2.1.0-SNAPSHOT') {
|
||||
compileOnly 'org.geysermc.geyser:api:2.1.1-SNAPSHOT'
|
||||
compileOnly('org.geysermc.geyser:core:2.1.1-SNAPSHOT') {
|
||||
exclude group: 'io.netty'
|
||||
}
|
||||
|
||||
implementation 'org.xerial:sqlite-jdbc:3.41.2.1'
|
||||
implementation 'org.xerial:sqlite-jdbc:3.41.2.2'
|
||||
implementation 'com.mysql:mysql-connector-j:8.0.33'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue