Skip to content

Commit

Permalink
Sourcetree change was not additive. Restoring default source path.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-mclawhorn committed Jul 27, 2022
1 parent aacb22c commit 6523f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@
<configuration>
<quiet>true</quiet>
<excludePackageNames>${javadocs.package.exclude}</excludePackageNames>
<sourcepath>${project.build.directory}/generated-sources/antlr4</sourcepath>
<sourcepath>${project.build.sourceDirectory}:${project.build.directory}/generated-sources/antlr4</sourcepath>
<detectLinks>false</detectLinks>
<detectOfflineLinks>false</detectOfflineLinks>
<additionalJOptions>
Expand Down

0 comments on commit 6523f27

Please sign in to comment.