Skip to content

Commit a13b824

Browse files
committed
fix plugin descriptor syntax in build.gradle #305
1 parent 7b7b0df commit a13b824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ gradlePlugin {
8181
implementationClass = 'org.beryx.jlink.JlinkPlugin'
8282
displayName = 'Badass JLink Plugin'
8383
description = 'A Gradle plugin that assembles your modules into a custom runtime image'
84-
tags.set(['jlink', 'jpackage', 'jpms'])
84+
tags = ['jlink', 'jpackage', 'jpms']
8585
}
8686
}
8787
}

0 commit comments

Comments
 (0)