Explorar el Código

更新 'config.gradle'

turborao hace 1 mes
padre
commit
f2c3730117
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config.gradle

+ 1 - 1
config.gradle

@@ -17,7 +17,7 @@ if(cosmic_libs_path == null){
 if(cosmic_home == null){
 	//println "NO 'cosmic_home' property was setted in gradle.properties. "
 	//println "Try to find the 'COSMIC_HOME' property in System environment."
-	cosmic_home = System.getenv('COSMIC_HOME')
+	//cosmic_home = System.getenv('COSMIC_HOME')
 }
 
 if(cosmic_home != null){