Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69f6e1e + 1b36057 commit 01475fdCopy full SHA for 01475fd
2 files changed
java/kotlin-extractor/src/main/java/com/semmle/util/process/Env.java
@@ -274,8 +274,6 @@ public enum Var {
274
/**
275
* The location of the snapshot being built.
276
*/
277
- ODASA_SNAPSHOT,
278
- ODASA_SNAPSHOT_NAME,
279
ODASA_SRC,
280
ODASA_DB,
281
ODASA_BUILD_ERROR_DIR,
java/ql/lib/change-notes/2024-03-21-env-vars.md
@@ -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