Hello <#C19FD9681|> i was working on a gradle-jpi-...
# gradle
q
Hello #C19FD9681 i was working on a gradle-jpi-plugun but got stuck with some version issues see this https://community.jenkins.io/t/gradle-jpi-plugin/27802?u=yuvrajsinghgmx Anyone please suggest something....
v
What do you mean? The "Gradle 7.6.1 is not compatible with Java 21“ one? Well, who ever logs this is right, see https://docs.gradle.org/current/userguide/compatibility.html, But please never anywhere share screenshots of text if you only want to share the text and not something additional like colors or IDE annotations. Text in images is hard to read, especially on mobile, very hard to copy, and nearly impossible to search for.
It you meant the
kotlin-dsl
error, you need to share the full error not just a minimal except with almost all relevant information removed, optimally as build
--scan
URL.
q
Yeah sorry for the screenshot. I just forked the jpi plug-in so I was wondering if I have to start working on its fix after upgrading gradle version?? And why it is still using that older version.
v
That you have to ask the maintainer of that build, It's unlikely anyone here could answer that.
But most probably it was simply not done.
q
Okk thanks 🍀
s
how did you "update the gradle plugin"? did you do this by upgrading the wrapper via the
wrapper
task?