cellebi / make-executable

使jar包变为可执行文件
https://plugins.gradle.org/plugin/pub.cellebi.make-executable
3 stars 0 forks source link

How should I pass name property in build.gradle in groovy? #1

Open weijiii opened 3 years ago

weijiii commented 3 years ago

name is a read-only property of a task if written in groovy therefore there would be a conflict when setting name property as shown in README.md.

Is there other way to pass the name value to the task config?

Thanks.

makhocheung commented 2 years ago

I'm sorry that I'm unfamiliar with Groovy. Maybe you can do some research. This plugin is outdate because there is a better technology. It's native-image of Graalvm