cbmarcum / skeletal

A simple project creation tool that uses packaged templates
Apache License 2.0
17 stars 3 forks source link

[JRELEASER] change jreleaser output directory #37

Closed cbmarcum closed 1 year ago

cbmarcum commented 1 year ago

Describe the bug JReleaser currently defaults to /out and doesn't get cleaned by Gradle like the Gradle output /skeletal-app/build directory does.

cbmarcum commented 1 year ago

until fix use:

export JRELEASER_OUTPUT_DIRECTORY=skeletal-app/build
cbmarcum commented 1 year ago

can't find a config parameter for this. for now use environment variable only. Refs: #36