diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-01 10:24:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-01 10:24:17 +0200 |
| commit | 5d71ef4bd6ca84cf5f445f7ba4bb5f7a1e181b64 (patch) | |
| tree | 378ee03042636dde384e4c7eb98aef00f5d3213c /simulator/build.gradle.kts | |
| parent | 1656a77645079754fc31cffad9d0af6d92e184ee (diff) | |
| parent | a283fac5e4d2a6be229acba191acdcbf7eba6dcd (diff) | |
Merge pull request #42 from atlarge-research/refactor/clean-up
Remove odcsim component from OpenDC
Diffstat (limited to 'simulator/build.gradle.kts')
| -rw-r--r-- | simulator/build.gradle.kts | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/simulator/build.gradle.kts b/simulator/build.gradle.kts index 4775369b..b104654b 100644 --- a/simulator/build.gradle.kts +++ b/simulator/build.gradle.kts @@ -1,7 +1,5 @@ /* - * MIT License - * - * Copyright (c) 2017 atlarge-research + * Copyright (c) 2017 AtLarge Research * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -27,6 +25,6 @@ plugins { } allprojects { - group = "com.atlarge.opendc" + group = "org.opendc" version = "2.0.0" } |
