This is an automated email from the ASF dual-hosted git repository.
yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 073aac9d8b4 Fix antlr analyzeClassesDependencies (#33080)
073aac9d8b4 is described below
commit 073aac9d8b42067b8d9b969d1a203ef2a7a561b7
Author: Yi Hu <[email protected]>
AuthorDate: Mon Nov 11 13:02:53 2024 -0500
Fix antlr analyzeClassesDependencies (#33080)
---
sdks/java/core/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/sdks/java/core/build.gradle b/sdks/java/core/build.gradle
index 07144c8de05..a8dfbf42f97 100644
--- a/sdks/java/core/build.gradle
+++ b/sdks/java/core/build.gradle
@@ -73,6 +73,7 @@ dependencies {
antlr library.java.antlr
// antlr is used to generate code from sdks/java/core/src/main/antlr/
permitUnusedDeclared library.java.antlr
+ permitUsedUndeclared library.java.antlr_runtime
// Required to load constants from the model, e.g. max timestamp for global
window
shadow project(path: ":model:pipeline", configuration: "shadow")
shadow project(path: ":model:fn-execution", configuration: "shadow")