diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-02-23 10:53:42 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-02-23 10:53:42 +0100 |
| commit | ef83b0ff68f023a64a7e3446b23e4a6f02aca841 (patch) | |
| tree | 45d21da7b8884fa5548e87eab777c347e8117b14 /simulator/opendc-compute/opendc-compute-core | |
| parent | 60a0cf76bcd5b5c8b1b5a912b2337266e87b5321 (diff) | |
Remove unnecessary dependencies on JUnit Platform Launcher
This change removes unnecessary dependencies on JUnit Platform launcher
from the repository. Previously, the launcher was used to bootstrap
tests for Gradle when it did not natively support JUnit Platform.
Gradle now has native support for JUnit Platform, so the dependency is
not needed anymore.
Diffstat (limited to 'simulator/opendc-compute/opendc-compute-core')
| -rw-r--r-- | simulator/opendc-compute/opendc-compute-core/build.gradle.kts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/simulator/opendc-compute/opendc-compute-core/build.gradle.kts b/simulator/opendc-compute/opendc-compute-core/build.gradle.kts index ac2dc78d..35a737f0 100644 --- a/simulator/opendc-compute/opendc-compute-core/build.gradle.kts +++ b/simulator/opendc-compute/opendc-compute-core/build.gradle.kts @@ -38,5 +38,4 @@ dependencies { testRuntimeOnly("org.slf4j:slf4j-simple:${Library.SLF4J}") testImplementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${Library.JUNIT_JUPITER}") - testImplementation("org.junit.platform:junit-platform-launcher:${Library.JUNIT_PLATFORM}") } |
