diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2019-03-03 16:16:39 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2019-05-13 20:26:45 +0200 |
| commit | 3ed6c000c43842ccfd674c3a9c02aa27d76419bc (patch) | |
| tree | 89855b5099ef3119709a2d85590d59681852fcf3 /odcsim-core | |
| parent | ff49cd6c9079264e04d2efa85b03a024d0e00cca (diff) | |
chore: Update build dependencies
This change updates the build dependencies to recent released version.
These include Kotlin 1.3.21 and ktlint Gradle plugin 7.1.0.
Diffstat (limited to 'odcsim-core')
| -rw-r--r-- | odcsim-core/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/odcsim-core/build.gradle b/odcsim-core/build.gradle index e4e61296..83dfabec 100644 --- a/odcsim-core/build.gradle +++ b/odcsim-core/build.gradle @@ -42,7 +42,6 @@ dependencies { /* Create configuration for test suite used by implementors */ task testJar(type: Jar, dependsOn: testClasses) { - baseName = "test-${project.archivesBaseName}" from sourceSets.test.output } |
