diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-05 20:50:18 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-06 14:04:05 +0200 |
| commit | d22a757a86107ee35a64e1eb23282770cdd901dd (patch) | |
| tree | 0f747a501ad1c01f230df8d4f8b25fc7cdeb9c5c /opendc-simulator/opendc-simulator-failures | |
| parent | 25e2fd97409311c89030e51e1a78211d335709b9 (diff) | |
build: Use type-safe project accessors
This change updates the build scripts to use type-safe project accessors
when specifying build dependencies between modules.
Diffstat (limited to 'opendc-simulator/opendc-simulator-failures')
| -rw-r--r-- | opendc-simulator/opendc-simulator-failures/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-simulator/opendc-simulator-failures/build.gradle.kts b/opendc-simulator/opendc-simulator-failures/build.gradle.kts index 0f6b2de2..6c266d23 100644 --- a/opendc-simulator/opendc-simulator-failures/build.gradle.kts +++ b/opendc-simulator/opendc-simulator-failures/build.gradle.kts @@ -27,6 +27,6 @@ plugins { } dependencies { - api(platform(project(":opendc-platform"))) + api(platform(projects.opendcPlatform)) api("org.jetbrains.kotlinx:kotlinx-coroutines-core") } |
