summaryrefslogtreecommitdiff
path: root/opendc-web
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-05-05 22:32:28 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-05-06 14:04:05 +0200
commitc244d7e42a88105fbec5356030ed266f1af0811e (patch)
treeed81a7d00f912c624cd13177a277f0c1768aa06a /opendc-web
parentd22a757a86107ee35a64e1eb23282770cdd901dd (diff)
build: Prevent publishing application modules
This change updates the Gradle build configuration so that the application modules (as opposed the libraries) are not published onto Maven Central.
Diffstat (limited to 'opendc-web')
-rw-r--r--opendc-web/opendc-web-runner/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-web/opendc-web-runner/build.gradle.kts b/opendc-web/opendc-web-runner/build.gradle.kts
index 2981ddc7..60a24b92 100644
--- a/opendc-web/opendc-web-runner/build.gradle.kts
+++ b/opendc-web/opendc-web-runner/build.gradle.kts
@@ -24,7 +24,7 @@ description = "Experiment runner for OpenDC"
/* Build configuration */
plugins {
- `kotlin-library-conventions`
+ `kotlin-conventions`
application
}