diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-04-23 12:11:44 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-04-24 12:32:20 +0200 |
| commit | e1a5b581ae957cc5b07c6083557cd3bcc137894b (patch) | |
| tree | e6a980bcc536dfcb74dd27da86ba3f0a17430081 /opendc-experiments/build.gradle.kts | |
| parent | f1daebc9d49910d9300da6616bc30baf2ab9650d (diff) | |
build: Move modules into subgroups
This change updates the Gradle build configuration of the project to
publish the different type of modules (e.g., opendc-compute,
opendc-simulator) into their own groups.
Diffstat (limited to 'opendc-experiments/build.gradle.kts')
| -rw-r--r-- | opendc-experiments/build.gradle.kts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opendc-experiments/build.gradle.kts b/opendc-experiments/build.gradle.kts index a1a751a2..55699694 100644 --- a/opendc-experiments/build.gradle.kts +++ b/opendc-experiments/build.gradle.kts @@ -19,3 +19,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ + +subprojects { + group = "org.opendc.experiments" +} |
