Skip to content

Commit

Permalink
Add comment on managing versions with Gradle Spring Boot dependency p…
Browse files Browse the repository at this point in the history
…lugin
  • Loading branch information
pvannierop committed Oct 7, 2024
1 parent a7ecf8e commit 3c22a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ if (project.hasProperty('prod')) {
apply from: 'gradle/profile_dev.gradle'
}

//ext.moduleDescription = 'Management Portal application'
ext.findbugAnnotationVersion = '3.0.2'
// Versions passed to Spring Boot dependency plugin
ext['jackson.version'] = "${jackson_version}"
ext['undertow.version'] = "${undertow_version}"
ext['spring-security.version'] = "${spring_security_version}"
Expand Down

0 comments on commit 3c22a54

Please sign in to comment.