Skip to content

Commit 01475fd

Browse files
authored
Merge pull request #16011 from igfoo/igfoo/legacy_vars
Java/Kotlin: Remove references to legacy ODASA_SNAPSHOT env var
2 parents 69f6e1e + 1b36057 commit 01475fd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,6 @@ public enum Var {
274274
/**
275275
* The location of the snapshot being built.
276276
*/
277-
ODASA_SNAPSHOT,
278-
ODASA_SNAPSHOT_NAME,
279277
ODASA_SRC,
280278
ODASA_DB,
281279
ODASA_BUILD_ERROR_DIR,
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_SNAPSHOT` legacy environment variable.

0 commit comments

Comments
 (0)