Skip to content

Commit

Permalink
FROM AOSC: bump antlr3 version
Browse files Browse the repository at this point in the history
To fix antlr/antlr3#151

error(10): internal error: Can't get property indirectDelegates using method get/isIndirectDelegates from org.antlr.tool.Grammar instance : java.lang.NullPointerException
  • Loading branch information
xtexChooser committed Aug 9, 2024
1 parent f4d2931 commit fa68494
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1307,9 +1307,9 @@ project(":graphics") {
compile name: SWT_FILE_NAME
stubCompile group: "junit", name: "junit", version: "4.8.2",
project(":base").sourceSets.test.output, sourceSets.main.output
antlr3 group: "org.antlr", name: "antlr", version: "3.1.3"
antlr3 group: "org.antlr", name: "antlr-runtime", version: "3.1.3"
antlr3 group: "org.antlr", name: "stringtemplate", version: "3.2"
antlr3 group: "org.antlr", name: "antlr", version: "3.5.2"
antlr3 group: "org.antlr", name: "antlr-runtime", version: "3.5.2"
antlr3 group: "org.antlr", name: "stringtemplate", version: "3.2.1"
}

// Create a single "native" task which will depend on all the individual native tasks for graphics
Expand Down

0 comments on commit fa68494

Please sign in to comment.