Make it run with JAVA 11#1
Merged
Merged
Conversation
blackwinter
reviewed
Feb 27, 2026
Member
There was a problem hiding this comment.
Since you upgraded the Gradle version, you have to replace archiveName with archiveFileName (see documentation).
|
|
||
| ``` | ||
| gradlew test fatJar | ||
| bash gradlew test fatJar |
Member
There was a problem hiding this comment.
Depends on your environment. Ideally, it would have been better written as ./gradlew. But since the Gradle wrapper scripts weren't made executable, you have to specify the script interpreter explicitly.
Contributor
Author
There was a problem hiding this comment.
Thanks. I have no idea how to adjust this.
Turn README to md and update some content
Contributor
Author
|
@blackwinter could you have another look? |
blackwinter
reviewed
Mar 3, 2026
blackwinter
requested changes
Mar 11, 2026
blackwinter
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
@blackwinter I checked the script.
I was not able to build fatJar with JAVA 8 without the adjustments in 0ebcd5f
With the adjustments I was able to create
metafacture-solr-0.3.0-plugin.jarInterestingly I was able to use the created
metafacture-solr-0.3.0-plugin.jaras plugin with the new runner of release 8.0.0 after adjusting he example workflows 1edd6afAfter upgrading gradle and java and the dependencies to the status in core c345278
I was not able to build
metafacture-solr-0.3.0-plugin.jarThe process runs into the following problem: