Back to articles
path19

path19

via Dev.toQuery Filter

apply plugin: 'java' //LEONIND //def asset= //def region= //def env= //def instanceName= //def topic_instance= //def tempDir= //Boolean isDevLocal = false; def javaHome = System.getenv('JAVA_HOME') if(!javaHome){ throw new GradleException("JAVA_HOME environment variable not set.") } def toolsJarFile = new File(javaHome + File.separator + "lib" + File.separator + "tools.jar") if(!toolsJarFile.exists()){ throw new GradleException("JAVA_HOME is not pointing to JDK, couldn't find tools.jar ${toolsJarFile.absolutePath}.") } def cpls_instances_apac = [ global_refdata : [ asset : 'cash', region : 'APAC', country : 'HNK', env : 'dev', instance : 'global_refdata_cpls', appName : 'GLOBAL.HNK.GLOBAL.REFDATA.CPLS', temp : 'global_refdata_cpls', debugPort : 8890 ], cash_cpls_mys_sales : [ asset : 'cash', region : 'APAC', country : 'MYS', env : 'dev', instance : 'cash_cpls_mys_sales', appName : 'GLOBAL.MYS.COMET.CPLS.CASH_CPLS.SALES', temp : 'cash_cpls_mys_sales', debugPort: 8890 ], cash_cpls_jpn_tr

Continue reading on Dev.to

Opens in a new tab

Read Full Article
1 views

Related Articles