Skip to content

Commit

Permalink
Fix antlr analyzeClassesDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Nov 11, 2024
1 parent 159c1a4 commit 4b98b3a
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 4b98b3a

Please sign in to comment.