How i can start kordex on 21 jdk?

I need add a discord bot to my Minecraft plugin for version 1.21.1. Minecraft plugin need 21 jdk, but kordex 13
Solution:
heyo, you can solve that as explained in the FAQ here: https://discord.com/channels/1121419906995458098/1121523729734840350/1302560008671858709 basically just add the jvmTarget property to the kordEx builder ```kotlin...
Jump to solution
2 Replies
Solution
gdude
gdude3mo ago
heyo, you can solve that as explained in the FAQ here: https://discord.com/channels/1121419906995458098/1121523729734840350/1302560008671858709 basically just add the jvmTarget property to the kordEx builder
kordEx {
jvmTarget = 21
}
kordEx {
jvmTarget = 21
}
noBrain
noBrainOP3mo ago
Tysm

Did you find this page helpful?