You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/04/19 11:54:12 UTC

[GitHub] [lucene] rmuir opened a new pull request, #818: Fix incorrect docs in README.md: it must be java 17 exactly, java 18 does not work

rmuir opened a new pull request, #818:
URL: https://github.com/apache/lucene/pull/818

   These instructions tell the user to install 17 (or greater), then run `./gradlew`. This will not actually work if they install something greater than java 17.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] rmuir commented on pull request #818: Fix incorrect docs in README.md: it must be java 17 exactly, java 18 does not work

Posted by GitBox <gi...@apache.org>.
rmuir commented on PR #818:
URL: https://github.com/apache/lucene/pull/818#issuecomment-1102585523

   > I wish we could fix `./gradlew` to detect you are using an unsupported JDK version and say so (exit with error/exception with a clear message).
   
   https://github.com/apache/lucene/pull/819


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] rmuir merged pull request #818: Fix incorrect docs in README.md: it must be java 17 exactly, java 18 does not work

Posted by GitBox <gi...@apache.org>.
rmuir merged PR #818:
URL: https://github.com/apache/lucene/pull/818


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] dweiss commented on pull request #818: Fix incorrect docs in README.md: it must be java 17 exactly, java 18 does not work

Posted by GitBox <gi...@apache.org>.
dweiss commented on PR #818:
URL: https://github.com/apache/lucene/pull/818#issuecomment-1102946084

   > I wish we could fix ./gradlew to detect you are using an unsupported JDK version and say so (exit with error/exception with a clear message).
   
   I really don't understand why gradle doesn't just check it up front... Maybe they hope things will just run with future versions out of the box (I don't see how it's possible, given all the bytecode manipulation magic, eh).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org