-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Hello,
I'm following the quick start guide and I found some issues.
- The jibCoreVersion 0.23.0 had this error https://github.com/GoogleContainerTools/jib/issues/4171
- And
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"
tobuildSrc\build.gradle
In corda-cli-plugin-host
:
- I used
jibCoreVersion=0.27.0
In corda-runtime-os
:
- Added the following code to
buildscript
of rootbuild.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
Labels
No labels