Skip to content

Commit

Permalink
deps: Update jandex to 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Apr 30, 2024
1 parent 04ce237 commit afe1c82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:project-name: jandex-gradle-plugin
:project-group: org.kordamp.gradle
:project-version: 1.1.0
:jandex-version: 3.0.5
:jandex-version: 3.1.7
:plugin-id: {project-group}.jandex

image:https://img.shields.io/github/actions/workflow/status/{project-owner}/{project-name}/early-access.yml?branch=master&logo=github&label=Build["Build Status", link="https://github.com/{project-owner}/{project-name}/actions"]
Expand Down Expand Up @@ -76,7 +76,7 @@ $ gradle jandex

=== Jandex Version

This plugin relies on Jandex {jandex-version} to perform its job, however you may configure a different version if needed.
This plugin relies on Jandex `{jandex-version}` to perform its job, however you may configure a different version if needed.
Simply add the desired version (for the maven coordinates `io.smallrye:jandex:<version>`) to the `jandex` extension as shown next

[source,groovy]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ group = org.kordamp.gradle
sourceCompatibility = 1.8
targetCompatibility = 1.8

jandexVersion = 3.0.5
jandexVersion = 3.1.7
kordampPluginVersion = 0.46.9
kordampBuildVersion = 2.9.0

Expand Down

0 comments on commit afe1c82

Please sign in to comment.