We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
corda-api
jibCoreVersion=0.27.0
implementation "org.jfrog.buildinfo:build-info-extractor-gradle:4.28.2"
buildSrc\build.gradle
In corda-cli-plugin-host:
corda-cli-plugin-host
In corda-runtime-os:
corda-runtime-os
buildscript
build.gradle
repositories { jcenter() maven { url = 'https://plugins.gradle.org/m2/' } } dependencies { classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.28.2" }
id 'com.r3.internal.gradle.plugins.r3Publish'
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).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
:jibCoreVersion=0.27.0
-implementation "org.jfrog.buildinfo:build-info-extractor-gradle:4.28.2"
tobuildSrc\build.gradle
In
corda-cli-plugin-host
:jibCoreVersion=0.27.0
In
corda-runtime-os
:buildscript
of rootbuild.gradle
:jibCoreVersion=0.27.0
id 'com.r3.internal.gradle.plugins.r3Publish'
- I don't have credentialsUsing 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).
The text was updated successfully, but these errors were encountered: