Skip to content

Commit dd1afd6

Browse files
authored
build: update build plugin to 5.2.3 (#1309)
rename root project name to -parent
1 parent 883b2da commit dd1afd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: settings.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ pluginManagement {
66
}
77

88
plugins {
9-
id 'io.micronaut.build.shared.settings' version '5.2.1'
9+
id 'io.micronaut.build.shared.settings' version '5.2.3'
1010
}
1111

12-
rootProject.name = 'aws'
12+
rootProject.name = 'aws-parent'
1313

1414
include 'aws-bom'
1515
include 'function-aws'

0 commit comments

Comments
 (0)