diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-04-05 13:45:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-05 13:45:36 +0200 |
| commit | af87540d49d58c465f0847c016814d58cfeb44fc (patch) | |
| tree | 2868d86b54fa123117fb8dca902c41d452b32c41 /buildSrc | |
| parent | 38769373c7e89783d33849283586bfa0b62e8251 (diff) | |
| parent | fc64f8c4a88851938df7194df8b30af027d0cd31 (diff) | |
merge: Update build and runtime dependencies (#68)
This pull request updates the build and runtime dependencies used by OpenDC to their latest version compatible with the project.
## Implementation Notes :hammer_and_pick:
* Update to Gradle 7.4.2
* Update to Kotlin 1.6.20
* Update runtime dependency versions
## External Dependencies :four_leaf_clover:
* Kotlin
* Gradle
* OpenTelemetry
* kotlin-coroutines
Diffstat (limited to 'buildSrc')
| -rw-r--r-- | buildSrc/src/main/kotlin/kotlin-conventions.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildSrc/src/main/kotlin/kotlin-conventions.gradle.kts b/buildSrc/src/main/kotlin/kotlin-conventions.gradle.kts index a69836f7..20c379a2 100644 --- a/buildSrc/src/main/kotlin/kotlin-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/kotlin-conventions.gradle.kts @@ -40,6 +40,6 @@ java { tasks.withType<KotlinCompile>().configureEach { kotlinOptions.jvmTarget = Libs.jvmTarget.toString() - kotlinOptions.freeCompilerArgs += "-Xopt-in=kotlin.RequiresOptIn" + kotlinOptions.freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn" kotlinOptions.freeCompilerArgs += "-Xjvm-default=all" } |
