Closed ddidier closed 2 years ago
Unfortunately the latest Kordamp release (0.46.0
) is not compatible with Gradle 7.x for various reasons. Gradle tends to break compatibility with every major release. A temporary workaround is to use the latest release of the Gradle 6.x series (I think it's 6.9.1
) if possible. I hope to be able to round up all Gradle 7 specific problems soon and post another release.
Sorry for the inconvenience.
This is fixed in v0.47.0
.
Hi,
I'm used to Maven but I'm trying to learn Gradle, that is to say that I'm really not proficient with it... I succeeded converting a project of mine using only official plugins. Now I'd like to test your plugins. I created a project skeleton which looks like that:
I'm using Gradle 7.2:
But when I do a simple build I get this: