Merge pull request #16011 from igfoo/igfoo/legacy_vars

Java/Kotlin: Remove references to legacy ODASA_SNAPSHOT env var
This commit is contained in:
Ian Lynagh
2024-03-22 12:38:37 +00:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -274,8 +274,6 @@ public class Env {
/**
* The location of the snapshot being built.
*/
ODASA_SNAPSHOT,
ODASA_SNAPSHOT_NAME,
ODASA_SRC,
ODASA_DB,
ODASA_BUILD_ERROR_DIR,

View File

@@ -0,0 +1,4 @@
---
category: breaking
---
* The Java extractor no longer supports the `ODASA_SNAPSHOT` legacy environment variable.