mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
Merge d723641c7a into 7ebb92d90a
This commit is contained in:
commit
b6a1bf8271
1 changed files with 11 additions and 1 deletions
12
build.gradle
12
build.gradle
|
|
@ -5,6 +5,7 @@ plugins {
|
|||
id 'org-openjfx-javafxplugin'
|
||||
id 'extra-java-module-info'
|
||||
id 'org.beryx.jlink' version '2.26.0'
|
||||
id 'jacoco'
|
||||
}
|
||||
|
||||
def sparrowVersion = '1.8.3'
|
||||
|
|
@ -158,6 +159,15 @@ processResources {
|
|||
|
||||
test {
|
||||
jvmArgs '--add-opens=java.base/java.io=com.google.gson'
|
||||
finalizedBy jacocoTestReport
|
||||
}
|
||||
|
||||
jacocoTestReport {
|
||||
dependsOn test
|
||||
}
|
||||
|
||||
jacoco {
|
||||
toolVersion = '0.8.10'
|
||||
}
|
||||
|
||||
run {
|
||||
|
|
@ -730,4 +740,4 @@ extraJavaModuleInfo {
|
|||
requires('org.hamcrest.core')
|
||||
}
|
||||
module('hamcrest-core-1.3.jar', 'org.hamcrest.core', '1.3')
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue