forked from git-mirrors/GeyserConnect
Update Geyser API to 2.4.1
This commit is contained in:
parent
24e9ee6811
commit
9374f91465
3 changed files with 11 additions and 6 deletions
|
@ -30,14 +30,14 @@ dependencies {
|
|||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
|
||||
|
||||
compileOnly 'org.geysermc.geyser:api:2.3.0-SNAPSHOT'
|
||||
compileOnly('org.geysermc.geyser:core:2.3.0-SNAPSHOT') {
|
||||
compileOnly 'org.geysermc.geyser:api:2.4.1-SNAPSHOT'
|
||||
compileOnly('org.geysermc.geyser:core:2.4.1-SNAPSHOT') {
|
||||
exclude group: 'io.netty'
|
||||
exclude group: 'io.netty.incubator'
|
||||
}
|
||||
|
||||
implementation 'org.xerial:sqlite-jdbc:3.42.0.0'
|
||||
implementation 'com.mysql:mysql-connector-j:8.1.0'
|
||||
implementation 'org.xerial:sqlite-jdbc:3.46.0.0'
|
||||
implementation 'com.mysql:mysql-connector-j:9.0.0'
|
||||
}
|
||||
|
||||
jar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue