Skip to content

Commit

Permalink
Fix antlr analyzeClassesDependencies (#33080)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn authored Nov 11, 2024
1 parent c6549e7 commit 073aac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/java/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 073aac9

Please sign in to comment.