-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server Tap Plugin Incompatibility with EcoSkills #203
Comments
@fendyk are you able to test the latest version? I'm sure it's still an issue but it would be nice to be sure |
For reference, the error in ServerTap when excluding kotlin-stdlib is
Seems that javalin relies on that functionality |
I can confirm that the current issues have resolved by using the latest version of your plugin. thank you! |
I'm honestly very surprised @fendyk! I was sure it would still conflict with Eco. Out of curiosity, which Java version are you using? |
I use OpenJDK 19.0.2 @phybros. |
Thanks for the info! I'll close this issue out then |
New Issue Report: Server Tap Plugin Incompatibility with EcoSkills
Description
The 'Server Tap' plugin is incompatible with the 'EcoSkills' plugin, causing a java.lang.LinkageError related to the kotlin.Lazy interface. This issue might be resolved by updating the 'Server Tap' plugin to avoid shading Kotlin.
Error
Possible Solution
Update the 'Server Tap' plugin to avoid shading Kotlin. Here's an example using Gradle:
The text was updated successfully, but these errors were encountered: