You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ANTLR attempts to load a template via new File(…) before using its classpath. With that, we can put the ANTLR template into our project to pick it up by the Maven plugin.
This only works if the module is being built from the parent. Building the project from the CLI within the spring-data-jpa/spring-data-jpa directory will resort to the ANTLR-provided template.
ANTLR attempts to load a template via
new File(…)
before using its classpath. With that, we can put the ANTLR template into our project to pick it up by the Maven plugin.This only works if the module is being built from the parent. Building the project from the CLI within the
spring-data-jpa/spring-data-jpa
directory will resort to the ANTLR-provided template.Follow-up to #3282
The text was updated successfully, but these errors were encountered: