Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corda 5 local development errors #6151

Open
danielbbchain opened this issue May 20, 2024 · 0 comments
Open

Corda 5 local development errors #6151

danielbbchain opened this issue May 20, 2024 · 0 comments

Comments

@danielbbchain
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant