Skip to content

Commit

Permalink
Removed hardcoded version of metadata repo. (#434)
Browse files Browse the repository at this point in the history
Upgraded micronaut-gradle-plugin.
  • Loading branch information
msupic authored Sep 5, 2023
1 parent 324cd5a commit 9c77b57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions docs-examples/example-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,3 @@ micronaut {
}

mainClassName = 'io.micronaut.jms.docs.Application'

graalvmNative {
metadataRepository {
version = "0.3.2"
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spotbugs = "4.7.3"
testcontainers = '1.18.3'
micronaut-aws-v2 = '4.0.1'
micronaut-validation = "4.0.0"
micronaut-gradle-plugin = "4.0.0"
micronaut-gradle-plugin = "4.0.3"

micronaut-logging = "1.0.0"
[libraries]
Expand Down

0 comments on commit 9c77b57

Please sign in to comment.