Skip to content

Commit

Permalink
Another fix of JVM -> jvm
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 1, 2025
1 parent 5b193ed commit 30c5583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spotlessChangelog {
tagPrefix 'jvm/'
commitMessage 'Published jvm/{{version}}'
tagMessage "{{changes}}"
runAfterPush "gh release create jvm/{{version}} --title 'JVM v{{version}}' --notes-from-tag"
runAfterPush "gh release create jvm/{{version}} --title 'jvm v{{version}}' --notes-from-tag"
}
group =.proj('maven_group', 'the maven group, recommend com.diffplug')
apply from: rootProject.file('gradle/spotless.gradle')
Expand Down

0 comments on commit 30c5583

Please sign in to comment.