summaryrefslogtreecommitdiff
path: root/opendc-trace/opendc-trace-gwf
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-04-23 11:43:22 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-04-23 11:43:22 +0200
commitf1daebc9d49910d9300da6616bc30baf2ab9650d (patch)
treee55b6fdfd4efc442e07b5a611e18c2b85fc3054a /opendc-trace/opendc-trace-gwf
parenta7a5362c52274e4fef377cf68b53b4399679d304 (diff)
build: Enable testing for all library modules
This change updates the Gradle build configuration to ensure that all library modules (that will be published) use testing and are included in coverage reports. This should ensure the public modules remain well tested.
Diffstat (limited to 'opendc-trace/opendc-trace-gwf')
-rw-r--r--opendc-trace/opendc-trace-gwf/build.gradle.kts2
1 files changed, 0 insertions, 2 deletions
diff --git a/opendc-trace/opendc-trace-gwf/build.gradle.kts b/opendc-trace/opendc-trace-gwf/build.gradle.kts
index d02f7a19..1105a465 100644
--- a/opendc-trace/opendc-trace-gwf/build.gradle.kts
+++ b/opendc-trace/opendc-trace-gwf/build.gradle.kts
@@ -25,8 +25,6 @@ description = "Support for GWF traces in OpenDC"
/* Build configuration */
plugins {
`kotlin-library-conventions`
- `testing-conventions`
- `jacoco-conventions`
}
dependencies {