diff options
Diffstat (limited to 'opendc-compute')
4 files changed, 4 insertions, 5 deletions
diff --git a/opendc-compute/build.gradle.kts b/opendc-compute/build.gradle.kts index bf920306..b816ce58 100644 --- a/opendc-compute/build.gradle.kts +++ b/opendc-compute/build.gradle.kts @@ -21,3 +21,7 @@ */ description = "Cloud computing fabric controller of OpenDC" + +subprojects { + group = "org.opendc.compute" +} diff --git a/opendc-compute/opendc-compute-service/build.gradle.kts b/opendc-compute/opendc-compute-service/build.gradle.kts index b9437a73..b42c2919 100644 --- a/opendc-compute/opendc-compute-service/build.gradle.kts +++ b/opendc-compute/opendc-compute-service/build.gradle.kts @@ -25,8 +25,6 @@ description = "OpenDC Compute Service implementation" /* Build configuration */ plugins { `kotlin-library-conventions` - `testing-conventions` - `jacoco-conventions` } dependencies { diff --git a/opendc-compute/opendc-compute-simulator/build.gradle.kts b/opendc-compute/opendc-compute-simulator/build.gradle.kts index 9a8cbfcc..e81d87ec 100644 --- a/opendc-compute/opendc-compute-simulator/build.gradle.kts +++ b/opendc-compute/opendc-compute-simulator/build.gradle.kts @@ -25,8 +25,6 @@ description = "Simulator for OpenDC Compute" /* Build configuration */ plugins { `kotlin-library-conventions` - `testing-conventions` - `jacoco-conventions` } dependencies { diff --git a/opendc-compute/opendc-compute-workload/build.gradle.kts b/opendc-compute/opendc-compute-workload/build.gradle.kts index 41a4b52d..9ced95a7 100644 --- a/opendc-compute/opendc-compute-workload/build.gradle.kts +++ b/opendc-compute/opendc-compute-workload/build.gradle.kts @@ -25,7 +25,6 @@ description = "Support library for simulating VM-based workloads with OpenDC" /* Build configuration */ plugins { `kotlin-library-conventions` - `testing-conventions` } dependencies { |
