Install "Buildship: Eclipse Plug-ins for Gradle" : Buildship: Eclipse Plug-ins for Gradle | projects.eclipse.org.
Optional: Install "Minimalist Gradle Editor" for viewing and editing Gradle files: Minimalist Gradle Editor | Eclipse Plugins, Bundles and Products - Eclipse Marketplace
- Git Clone Project
- File -> Import -> Gradle -> Gradle Project
- Import: Wizard: Next -> Select Git Root Folder -> Next -> Next -> Finish (Keep existing files when asked)
- Gradle Tasks -> Graph von Ansicht -> ide -> eclipse -> execute task
To build an executable version of the jar containing all currently available plugins execute the gradle task allJar
from the projects root folder or from your IDE.
./gradlew clean allJar
The jar will be placed into build/libs/
.
./gradlew clean jacocoRootReport
The html report will be placed into build/reports/jacoco/jacocoRootReport/html/index.html