``` Gradle: 4.8 Kotlin: 1.3.21 jonrengleman.shadow...
# scripting
a
Copy code
Gradle: 4.8
Kotlin: 1.3.21
jonrengleman.shadow: 4.0.2
JDK: ZuluJDK8
@Nikky @louiscad these were the working versions for me!
👍 1
n
and 1.3.31 did not work ?
☝️ 1
and gradle you should als be able to upgrade to 5.+ right ?
☝️ 1
but great that it works for now, .. now you can increase versions again until you find where it breaks but my guess is that it will work on all latest-stable versions and irrelevant of gradle versions too.. its just jdk 11 that is a mess
a
Not if I downgrade shadow -
Yeah I can play around with that more to see what the breaking point is
But yeah, 1.3.31 was not working
n
i have some experience with shadowJar and it works on gradle 5 for me
interesting..
a
I can try to bump shadowjar and gradle up but I think I ran into a scripting issue with that too for zulujdk8 but I don't remember I'll check to confirm
l
@amanda.hinchman-dominguez Would be good to report as a regression the exact error when running with 1.3.31 with a reproducer on kotl.in/issue, that could help the Kotlin Team taking that bug down. Also, please link it here so I can follow any progress
a
oh yeah, that could be a good idea. I’ll try to submit an issue later today.
l
Procrastination level: same day 😁
a
I mean, there’s already an issue on 1.3.31 for scripting that @Nikky attached, did you see that one?
I want to know if I should submit a new issue or update the existing.
n
but that should still work.. as the default right now is bytecode level 1.8 i think...
a
oh now this is interesting
I just bumped it to 1.3.31 and it works
gradle is still downgraded
target bytecode at 1.8
Let me upgrade gradle and see if that breaks
otherwise, openJDK11 does not seem to work with Kotlin Scripting, but that’s already recognized, right?
l
So Kotlin 1.3.31 is working finally? And Gradle, you can upgrade to 5.4.1, right? About Kotlin script on JDK11, I think you should open an issue, or comment of one already exists.
💯 1