Skip to content

Build failed #12

@s-l-teichmann

Description

@s-l-teichmann

Quick remarks

  • The docker build failed for me .. had invested no time to debug it further,
  • The manual build fails, too. I had to patch build.gradle o make it work.
diff --git a/build.gradle b/build.gradle
index 437438d..830cdbd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ openApiGenerate {
 
 task generateKey(type: Exec) {
     workingDir "./src/main/resources/"
-    commandLine '/usr/bin/keytool', '-genkeypair','-alias','csaf','-keyalg','RSA','-keysize','4096','-validity','3650','-dname','CN=localhost','-keypass','changeit','-keystore','keystore.p12','-storeType','PKCS12','-storepass','changeit'
+    commandLine '/usr/bin/keytool', '-genkeypair','-alias','csaf','-keyalg','RSA','-keysize','4096','-validity','3650','-dname','CN=localhost','-keypass','changeit','-keystore','keystore/keystore.p12','-storeType','PKCS12','-storepass','changeit'
     doLast {
       println "Keypair generated!"
     }
-}
\ No newline at end of file
+}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions