Andres Almiray
Andres Almiray
@dlorenc ping 😅
Indeed. This is true for every JReleaser DSL element whose name shadows and existing Gradle model DSL. Current workaround: define a script variable pointing to Gradle's `project` under a different...
If I understand correctly, what you expect is a file in the chosen format that contains suggested key/values for all missing settings that may be set using env vars?
This may be doable.
@helpermethod were you able to continue with this feature? Need any help?
@helpermethod the reason why I didn't work on this feature is that I got confused about the requirements for getting API access to Reddit thus I can't test it for...
True. I wonder if a relaxed convention could be [conditionally] applied as GitHub adds issue/pr numbers to titles automatically and likely some people (like myself) will fail to follow strict...
I was not thinking in a complex parser. Rather, if the title ends with `(#number)`. Only a single issue would be supported as this is the format suggested by GitHub....
JReleaser currently produces `.rpm` & `.deb` installers for each release. What would be needed to publish said installers to a location where `apt-get` could resolved them? Bear in mind that...
Thanks for the pointers @ebourg. As I understand Debian prefers source packages over binary packages, doesn't it? While it's possible to build JReleaser from source as per Debian's rules I...