DEV Community

Query Filter
Query Filter

Posted on

gradle-9

"-Djavax.net.ssl.keyStore=${file("src/main/config/${region}/${env}/comet.${env}.keystore").with{ exists() ? absolutePath : (logger.lifecycle("Warning: keystore for ${env} not found, using QA"); file("src/main/config/${region}/qa/comet.qa.keystore").absolutePath) }}"
Enter fullscreen mode Exit fullscreen mode

Top comments (0)