diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-05 11:55:30 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-05 12:12:32 +0200 |
| commit | 54edc2d5e92d8c117e116a8c507442e49d17e24e (patch) | |
| tree | 1f6e34c55c1289687c512097486fbee6ba9da368 /buildSrc/build.gradle.kts | |
| parent | ad65a05e3f41850807f95f7d643496a4d39a6197 (diff) | |
exp: Include experiments in main distribution
This change updates the Gradle configuration to include experiments in
the main distribution of OpenDC. Users can directly execute the
experiments from the command-line without having to recompile the entire
code-base.
Diffstat (limited to 'buildSrc/build.gradle.kts')
| -rw-r--r-- | buildSrc/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 94d6b19d..73c4fdf8 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -39,10 +39,10 @@ repositories { dependencies { implementation(kotlin("gradle-plugin", version = "1.4.31")) implementation("org.jlleitschuh.gradle:ktlint-gradle:10.0.0") - implementation("org.jetbrains.dokka:dokka-gradle-plugin:0.10.1") implementation("org.jetbrains.kotlin:kotlin-allopen:1.4.31") implementation("org.jetbrains.kotlinx:kotlinx-benchmark-plugin:0.3.0") implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.4.32") + implementation("gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0") } tasks.withType<KotlinCompile>().configureEach { |
