i had maven problem so i installed JLine via jar files.
So when i tried pushing the code it is showing this error.
Can someone help me figure out what is this.
I asked GPT also it said to make changes in pom.xml files, i tried but still making error
I don’t know how Java runs in the tester or on your machine, but the Warnings emitted by your program due to the library is unexpected output for the tester. So as the suggestion says, you may have to run it with --enable-native-access=ALL-UNNAMED to remove the warning.
ya i added this in plugin in pom.xml but it didnt worked then.
So after few more GPT prompt lol i found out that Codecrafter is using java 17 version and i was using 23 . this was causing the problem. i dont know why.
now test are running but failing on some cases. will try to figure out them now.
Thanks