Skip to content

Commit

Permalink
Add comment for why grails-bom must be excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Dec 21, 2024
1 parent 53c1d9a commit e802d16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions json-testing-support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ ext.set('projectDesc', 'JSON Views Testing Support')

dependencies {

// Note: the bom has to be excluded on grails dependencies otherwise it will be detected as snapshot
// (even though none of these projects have a version that is snapshot).
// This behavior is only seen on a non-buildsnapshot project version.

api project(':views-json'), { // Used in public API
exclude group: 'org.grails', module: 'grails-bom'
}
Expand Down

0 comments on commit e802d16

Please sign in to comment.