Skip to content

Commit

Permalink
release 2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siordache committed Dec 25, 2022
1 parent 753a1ce commit 78a70c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ jar.dependsOn shadowJar
gradlePlugin {
website = 'https://github.com/beryx/badass-jlink-plugin/'
vcsUrl = 'https://github.com/beryx/badass-jlink-plugin'
description = 'A Gradle plugin that assembles your modules into a custom runtime image'

plugins {
jlink {
id = 'org.beryx.jlink'
implementationClass = 'org.beryx.jlink.JlinkPlugin'
displayName = 'Badass JLink Plugin'
description = 'A Gradle plugin that assembles your modules into a custom runtime image'
tags.set(['jlink', 'jpms', 'image'])
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ badassJlinkPluginVersionMajor = 2
badassJlinkPluginVersionMinor = 26
badassJlinkPluginVersionPatch = 0
# badassJlinkPluginVersionLabel = rc-1
badassJlinkPluginReleaseBuild = false
badassJlinkPluginReleaseBuild = true

0 comments on commit 78a70c2

Please sign in to comment.