Skip to content

Commit

Permalink
update mcpl
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Jul 22, 2024
1 parent df7e80f commit 183df22
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
shade("com.github.rfresh2.discord4j:discord4j-core:3.4.2.3") {
exclude(group = "io.netty")
}
shade("com.github.rfresh2:MCProtocolLib:1.20.4.5") {
shade("com.github.rfresh2:MCProtocolLib:1.20.4.7") {
exclude(group = "io.netty.incubator")
exclude(group = "io.netty")
}
Expand Down
8 changes: 8 additions & 0 deletions src/main/resources/META-INF/native-image/reflect-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,10 @@
{
"name":"java.sql.Date"
},
{
"name":"java.sql.SQLException",
"fields":[{"name":"next"}]
},
{
"name":"java.sql.Timestamp"
},
Expand Down Expand Up @@ -1492,6 +1496,10 @@
"name":"java.util.ArrayList",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"java.util.Collections$UnmodifiableMap",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"java.util.Date"
},
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/META-INF/native-image/resource-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@
"pattern":"java.base:\\Qsun/net/idn/uidna.spp\\E"
}]},
"bundles":[{
"name":"org.postgresql.translation.messages"
}, {
"name":"sun.awt.resources.awt",
"classNames":["sun.awt.resources.awt"]
}]
Expand Down

0 comments on commit 183df22

Please sign in to comment.