Skip to content

Commit

Permalink
Added note regarding fix for graphql-java#225
Browse files Browse the repository at this point in the history
  • Loading branch information
dminkovsky committed Oct 27, 2016
1 parent 1ac98bf commit c9f8566
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ publishing {
classifier "javadoc"
}
pom.withXml {
// The ANTLR-related code below--introdcued in `1ac98bf`--addresses an issue with
// the Gradle ANTLR plugin. `1ac98bf` can be reverted and this comment removed once
// that issue is fixed and Gradle upgraded. See https://goo.gl/L92KiF and https://goo.gl/FY0PVR.
Node pomNode = asNode()
pomNode.dependencies.'*'.findAll() {
it.artifactId.text() == 'antlr4'
Expand Down

0 comments on commit c9f8566

Please sign in to comment.