Streamline distribution files #80
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
THIS IS NOT READY TO MERGE YET.
It is an initial attempt at streamlining/fixing the distribution files by copying over the
ljscript and making some modifications both to that script and to the Gradle configuration. The goal is to help close #23 by improving the end-user experience (e.g., they should be able to use Less-Java with just the compiled jarfile and the Bash script).A remaining issue is that it still cannot find the LJ wrappers. I added a line to
build.gradlethat I thought would work but it doesn't seem to have fully integrated them into the jarfile. More debugging is needed before this can be merged, and perhaps someone with more Gradle experience (@Zamua ?) could move more quickly than I.