Skip to content

Commit 676bcf3

Browse files
committed
Java: Remove support for deprecated ODASA_BUILD_ERROR_DIR env var
1 parent 607ed2e commit 676bcf3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

java/kotlin-extractor/src/main/java/com/semmle/util/process/Env.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ public enum Var {
276276
*/
277277
ODASA_SRC,
278278
ODASA_DB,
279-
ODASA_BUILD_ERROR_DIR,
280279
TRAP_FOLDER,
281280
SOURCE_ARCHIVE,
282281
ODASA_OUTPUT,
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: breaking
3+
---
4+
* The Java extractor no longer supports the `ODASA_BUILD_ERROR_DIR` legacy environment variable.

0 commit comments

Comments
 (0)