Skip to content

Commit

Permalink
Remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty authored Jan 15, 2025
1 parent 71bcc6d commit 7b2a22f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ tasks.register('resolveGroovyVersion') {
.resolvedConfiguration
.resolvedArtifacts
.find {
// Look for your Groovy artifact by group and name
it.moduleVersion.id.group == 'org.apache.groovy' &&
it.moduleVersion.id.name.contains('groovy')
}.moduleVersion.id.version
Expand Down Expand Up @@ -86,4 +85,4 @@ tasks.register('publishGuide', PublishGuide) {
</html>
'''.stripIndent(8)
}
}
}

0 comments on commit 7b2a22f

Please sign in to comment.