We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dae4e9 commit 8214baaCopy full SHA for 8214baa
java/src/main/java/com/genexus/util/GXServices.java
@@ -77,7 +77,7 @@ public static void loadFromFile(String basePath, String fileName, GXServices ser
77
public String configBaseDirectory() {
78
if (ApplicationContext.getInstance().isSpringBootApp())
79
return "";
80
-
+
81
String baseDir = "";
82
String envVariable = System.getenv("LAMBDA_TASK_ROOT");
83
if (envVariable != null && envVariable.length() > 0)
0 commit comments