DEV Community

Query Filter
Query Filter

Posted on

gradle11

"-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 }() }()}"
Enter fullscreen mode Exit fullscreen mode

Top comments (0)