Closed Arc-blroth closed 3 years ago
Hi @Arc-blroth,
Thanks for your interest and this PR! The changes look good. If there are any further problems, I'm happy to help :slightly_smiling_face:
I will release a new version in the Gradle Plugin Portal shortly, so the new version can be used immediately.
Currently, this plugin only seems to search for the JExtract executable with a path of
bin/jextract
. However, this doesn't work on Windows since Windows executables also have a.exe
extension.This PR adds in a bit of extra logic to detect if the buildsystem is Windows, and if so, look for
bin/jextract.exe
instead of justbin/jextract
.Also thanks for making this plugin!