Skip to content

Commit 80a218d

Browse files
committed
Fixed build script
1 parent b5a7ec1 commit 80a218d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
DEALINGS IN THE SOFTWARE.
2727
*/
2828

29+
// https://plugins.gradle.org/search
2930
plugins {
3031
// https://docs.gradle.org/current/userguide/application_plugin.html
3132
id 'application'
@@ -52,7 +53,7 @@ plugins {
5253
// https://github.com/aaschmid/gradle-cpd-plugin
5354
id 'de.aaschmid.cpd' version '3.3'
5455
// https://github.com/spotbugs/spotbugs-gradle-plugin
55-
id 'com.github.spotbugs' version '4.7.4'
56+
id 'com.github.spotbugs' version '4.7.5'
5657
// https://badass-jlink-plugin.beryx.org
5758
// https://github.com/beryx/badass-jlink-plugin
5859
id 'org.beryx.jlink' version '2.24.2'
@@ -124,7 +125,7 @@ ext {
124125
applicationCopyright += " - ${applicationCurrentYear}"
125126
}
126127
applicationCopyright += " ${applicationAuthorName}";
127-
//applicationCopyright += " <${applicationAuthorEmail}>";
128+
applicationCopyright += " <${applicationAuthorEmail}>";
128129
applicationVendor = 'Akman'
129130
applicationVendorUrl = 'https://akman.github.io/'
130131
applicationLicenseFile = 'LICENSE'

0 commit comments

Comments
 (0)