diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2019-11-20 23:02:58 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2019-11-20 23:02:58 +0100 |
| commit | 254e49e15c47c91336d2af3a0948aa474e62de5f (patch) | |
| tree | 9a03fa90434adade4cba6d936c7950b9f7bf215e /odcsim/odcsim-core | |
| parent | 6ca0ae07669d20a5a34ef697610df90754024035 (diff) | |
chore: Tidy repository
Diffstat (limited to 'odcsim/odcsim-core')
| -rw-r--r-- | odcsim/odcsim-core/build.gradle.kts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/odcsim/odcsim-core/build.gradle.kts b/odcsim/odcsim-core/build.gradle.kts index 013d1598..b17cac39 100644 --- a/odcsim/odcsim-core/build.gradle.kts +++ b/odcsim/odcsim-core/build.gradle.kts @@ -22,6 +22,8 @@ * SOFTWARE. */ +description = "Framework for discrete event simulation in Kotlin" + /* Build configuration */ plugins { `kotlin-library-convention` |
