summaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2017-10-24 12:07:09 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2017-10-24 14:55:54 +0200
commitdad4487fddaccf44240f5d62fa83830f7bbf8a5d (patch)
tree41b6eab49e08a846b5a36e8cf9eb77955ff2761e /settings.gradle
parent25cc35b0e4942e990c01ac6224720e8fe84fd9ae (diff)
bug(#6): Improve Docker deployment
This change improves the Docker deployment by moving the build process from runtime to (image) build time. Also, the opendc-integration-jpa module now consists of a core and mysql module, where the mysql module is a specific deployment of the integration.
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle
index 0daac5d7..a92d3d2c 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -26,4 +26,5 @@ rootProject.name = "opendc-simulator"
include 'opendc-core'
include 'opendc-omega'
include 'opendc-stdlib'
-include 'opendc-integration-jpa'
+include 'opendc-integration-jpa:core'
+include 'opendc-integration-jpa:mysql'