diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-04-24 12:50:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-24 12:50:46 +0200 |
| commit | 44ddd27a745f2dfe4b6ffef1b7657d156dd61489 (patch) | |
| tree | e418a4aed7951af8b2e477011c253060d645b79d /opendc-workflow/opendc-workflow-workload/build.gradle.kts | |
| parent | a7a5362c52274e4fef377cf68b53b4399679d304 (diff) | |
| parent | 6bcca06300900882a8bc1a865f826268873bf3d8 (diff) | |
merge: Move modules into different groups (#77)
This pull request moves the different modules of OpenDC into different groups.
For instance, all submodules of `opendc-compute` are moved into `org.opendc.compute`.
This provides a better separation of the artifacts.
## Implementation Notes :hammer_and_pick:
* Enable testing for all library modules
* Move modules into subgroups
* Update to Jandex Gradle 0.12.0
## External Dependencies :four_leaf_clover:
* N/A
## Breaking API Changes :warning:
* Each module has now been assigned its own group (e.g., `org.opendc.compute` or `org.opendc.simulator`)
Diffstat (limited to 'opendc-workflow/opendc-workflow-workload/build.gradle.kts')
| -rw-r--r-- | opendc-workflow/opendc-workflow-workload/build.gradle.kts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opendc-workflow/opendc-workflow-workload/build.gradle.kts b/opendc-workflow/opendc-workflow-workload/build.gradle.kts index a9d497af..b725a69c 100644 --- a/opendc-workflow/opendc-workflow-workload/build.gradle.kts +++ b/opendc-workflow/opendc-workflow-workload/build.gradle.kts @@ -25,7 +25,6 @@ description = "Support library for simulating workflows with OpenDC" /* Build configuration */ plugins { `kotlin-library-conventions` - `testing-conventions` } dependencies { |
