gradle10
Published: (March 10, 2026 at 01:39 PM EDT)
1 min read
Source: Dev.to
Source: Dev.to
jvmArgs "-Djavax.net.ssl.keyStore=${{ def f = file(\"src/main/config/${region}/${env}/comet.${env}.keystore\"); f.exists() ? f.absolutePath : (println \"Warning: ${env} keystore not found, using QA\"; file(\"src/main/config/${region}/qa/comet.qa.keystore\").absolutePath) }()}"
