Skip to content
Snippets Groups Projects
Commit 86a0071d authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

Added jacoco to gradle build

parent 80a1d011
No related branches found
No related tags found
No related merge requests found
Pipeline #46479 passed
plugins {
// java application with main method
id 'application'
// use javafx modules
id 'org.openjfx.javafxplugin' version '0.0.8'
// test coverage
id 'jacoco'
}
repositories {
......@@ -18,7 +23,7 @@ javafx {
version = '12'
modules = [ 'javafx.controls', 'javafx.fxml' ]
// run with --debug-jvm flag and
// launch debugger using Remove Java Application debug launch configuration
// launch debugger using Remote Java Application debug launch configuration
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment