HiWiGAns / GraphVonAnsicht

GNU Lesser General Public License v3.0
0 stars 2 forks source link

GraphVonAnsicht

Project setup

Eclipse

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

Build

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/.

Code Coverage

./gradlew clean jacocoRootReport

The html report will be placed into build/reports/jacoco/jacocoRootReport/html/index.html