Skip to content

Commit

Permalink
Merge pull request #17599 from glefloch/bump/gradle-jandex-plugin
Browse files Browse the repository at this point in the history
Bump gradle jandex plugin version in test and doc
  • Loading branch information
gsmet authored Jun 1, 2021
2 parents 750f3c1 + 5e91174 commit 13fb194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/cdi-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ If you are are using gradle, you can apply the following plugin to your `build.g
[source,groovy]
----
plugins {
id 'org.kordamp.gradle.jandex' version '0.6.0'
id 'org.kordamp.gradle.jandex' version '0.10.0'
}
----

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'io.quarkus'
id 'java-library'
id "org.kordamp.gradle.jandex" version "0.6.0"
id "org.kordamp.gradle.jandex" version "0.10.0"
}

dependencies {
Expand Down

0 comments on commit 13fb194

Please sign in to comment.