Skip to content

Commit

Permalink
build: define micronaut-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Aug 30, 2023
1 parent afd0235 commit f4bd0f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/greeting/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ test {
}

micronaut {
version = "4.0.0-M2"
version(libs.versions.micronaut.platform.get())
}
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[versions]
micronaut = "4.1.2"
micronaut-platform = "4.0.5"
micronaut-docs = "2.0.0"
micronaut-test = "4.0.0"
groovy = "4.0.13"
Expand Down
1 change: 1 addition & 0 deletions test-suite-graal-databind/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ repositories {
}

micronaut {
version(libs.versions.micronaut.platform.get())
importMicronautPlatform = false
runtime("netty")
testRuntime("junit5")
Expand Down
1 change: 1 addition & 0 deletions test-suite-graal-serde/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ repositories {
}

micronaut {
version(libs.versions.micronaut.platform.get())
importMicronautPlatform = false
runtime("netty")
testRuntime("junit5")
Expand Down

0 comments on commit f4bd0f6

Please sign in to comment.