Skip to content

Commit

Permalink
build: update build plugin to 5.2.3 (micronaut-projects#359)
Browse files Browse the repository at this point in the history
rename root project name to -parent
  • Loading branch information
sdelamo authored Mar 9, 2022
1 parent b7084a5 commit e791cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ pluginManagement {
}

plugins {
id 'io.micronaut.build.shared.settings' version '5.2.2'
id 'io.micronaut.build.shared.settings' version '5.2.3'
}

rootProject.name = 'micrometer'
rootProject.name = 'micrometer-parent'

include 'micrometer-annotation'
include 'micrometer-bom'
Expand Down

0 comments on commit e791cb0

Please sign in to comment.