Version: 7.5.0
The whole build system has been changed to gradle. So basically you just need an IDE with Gradle support and you are ready to go. I am using Jetbrains IntelliJ IDEA, which is great for me, but Eclipse and NetBeans do support Gradle.
- Install Gradle
- Run
gradle jar
in the root directory, where also thebuild.gradle
file is found - Proceed with installing the resulting jar from
build/libs
to your Solr installation.
- Install Gradle
- Use Open or Import from your IDE and point it to the
build.gradle
file. - Use your IDE to build the jar
- Proceed with installing the resulting jar from
build/libs
to your Solr installation.