cordapp-template-kotlin icon indicating copy to clipboard operation
cordapp-template-kotlin copied to clipboard

Incompatible with Gradle 7.0+

Open Clintonio opened this issue 3 years ago • 0 comments

There is a hard dependency on the deprecated JavaPlugin.RUNTIME_CONFIGURATION_NAME and compile equivalent in the plugins which have been removed in 7.0.

I appreciate it's outside of the supported versions though, I solved by returning to 6.9.1.

Clintonio avatar Oct 18 '21 18:10 Clintonio