File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2626 DEALINGS IN THE SOFTWARE.
2727*/
2828
29+ // https://plugins.gradle.org/search
2930plugins {
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'
You can’t perform that action at this time.
0 commit comments