File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,13 +130,13 @@ jar.dependsOn shadowJar
130
130
gradlePlugin {
131
131
website = ' https://github.com/beryx/badass-jlink-plugin/'
132
132
vcsUrl = ' https://github.com/beryx/badass-jlink-plugin'
133
- description = ' A Gradle plugin that assembles your modules into a custom runtime image'
134
133
135
134
plugins {
136
135
jlink {
137
136
id = ' org.beryx.jlink'
138
137
implementationClass = ' org.beryx.jlink.JlinkPlugin'
139
138
displayName = ' Badass JLink Plugin'
139
+ description = ' A Gradle plugin that assembles your modules into a custom runtime image'
140
140
tags. set([' jlink' , ' jpms' , ' image' ])
141
141
}
142
142
}
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ badassJlinkPluginVersionMajor = 2
2
2
badassJlinkPluginVersionMinor = 26
3
3
badassJlinkPluginVersionPatch = 0
4
4
# badassJlinkPluginVersionLabel = rc-1
5
- badassJlinkPluginReleaseBuild = false
5
+ badassJlinkPluginReleaseBuild = true
You can’t perform that action at this time.
0 commit comments