Skip to content

Commit

Permalink
Merge pull request #108 from bwRavencl/dependabot/gradle/org.gradlex.…
Browse files Browse the repository at this point in the history
…extra-java-module-info-1.4.2

Bump org.gradlex.extra-java-module-info from 1.4.1 to 1.4.2
  • Loading branch information
bwRavencl authored Sep 1, 2023
2 parents 8f19400 + 5a2b74a commit 84839cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id 'com.github.ben-manes.versions' version '0.47.0'
id 'com.github.spotbugs' version '5.1.3'
id 'org.ajoberstar.grgit' version '5.2.0'
id 'org.gradlex.extra-java-module-info' version '1.4.1'
id 'org.gradlex.extra-java-module-info' version '1.4.2'
}

version = Grgit.open(dir: projectDir).describe(longDescr: true).replaceFirst(Pattern.quote('-'), '.').replaceFirst(Pattern.quote('-g'), '-')
Expand Down

0 comments on commit 84839cd

Please sign in to comment.