corda / CSDE-cordapp-template-kotlin

Kotlin Template Repo which provides the CorDapp Standard Development Environment (CSDE) and getting started CorDapp Template for Corda 5.
https://docs.r3.com
9 stars 24 forks source link

Corda 5.1 with Java 17? #121

Open manosbatsis opened 11 months ago

manosbatsis commented 11 months ago

Is a usable branch/tag for Corda 5.1 and Java 17 available? Maybe I'm missing something, but it's unclear how to go about it. Tried the development branch but doesn't build for me, guess it requires access to private R3 repos:

could not resolve plugin artifact 'net.corda.cordapp.cordapp-configuration:net.corda.cordapp.cordapp-configuration.gradle.plugin:5.1.0.12-HC03'

adrianbatuto commented 10 months ago

Is a usable branch/tag for Corda 5.1 and Java 17 available? Maybe I'm missing something, but it's unclear how to go about it. Tried the development branch but doesn't build for me, guess it requires access to private R3 repos:

could not resolve plugin artifact 'net.corda.cordapp.cordapp-configuration:net.corda.cordapp.cordapp-configuration.gradle.plugin:5.1.0.12-HC03'

@manosbatsis were you able to find a solution to this? I'm also unable to build using Corda 5.1 and Java 17.

manosbatsis commented 10 months ago

@adrianbatuto in the end I went with 5.0.1 and Java 17, see my integration-testing sample (v5.0.1-integration-tests branch)

adrianbatuto commented 10 months ago

Thanks, will check it out.