You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2019/04/25 01:46:09 UTC

[Lucene-java Wiki] Update of "HowToContribute" by TomokoUchida

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "HowToContribute" page has been changed by TomokoUchida:
https://wiki.apache.org/lucene-java/HowToContribute?action=diff&rev1=50&rev2=51

  First of all, you need the Lucene source code.
  
  Get the source code using: {{{git clone https://github.com/apache/lucene-solr/}}}
+ 
+ ==== Notes for required Java version ====
+ 
+ Be sure that you are using an appropriate version of the JDK. Current master branch requires Java 11.
  
  ==== Unit Tests ====
  Please make sure that all unit tests succeed before constructing your patch: {{{ant clean test}}}