From dad4487fddaccf44240f5d62fa83830f7bbf8a5d Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 24 Oct 2017 12:07:09 +0200 Subject: 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. --- settings.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'settings.gradle') 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' -- cgit v1.2.3