Skip to content

Corda 5 local development errors #6151

@danielbbchain

Description

@danielbbchain

Hello,

I'm following the quick start guide and I found some issues.

I had to make a few changes in order to run it.
In corda-api:

  • I used jibCoreVersion=0.27.0 -
  • I added implementation "org.jfrog.buildinfo:build-info-extractor-gradle:4.28.2" to buildSrc\build.gradle

In corda-cli-plugin-host:

  • I used jibCoreVersion=0.27.0

In corda-runtime-os:

  • Added the following code to buildscript of root build.gradle:
    repositories {
        jcenter()
        maven {
            url = 'https://plugins.gradle.org/m2/'
        }
    }
    dependencies {
        classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.28.2"
    }
  • Used jibCoreVersion=0.27.0
  • Removed id 'com.r3.internal.gradle.plugins.r3Publish' - I don't have credentials

Using release/os/5.3

Windows 11

Java 17

Docker version 26.1.1, build 4cf5afa

Kubernetes:
Client Version: v1.29.2
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.29.1


I'm still getting acquainted with the code, so I'm not sure if any step was the most ideal (noticing I completely removed a plugin).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions