From 2d7a987e458ea61dc7ad0701f59cbaead4ae122a Mon Sep 17 00:00:00 2001 From: DEADBLACKCLOVER Date: Wed, 30 Oct 2019 18:27:32 +0700 Subject: [PATCH] Change debianPackageDependencies --- build.sbt | 2 +- node/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f09d381..5cb7acc 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ lazy val versionSourceTask = (path: String) => // Please, update the fallback version every major and minor releases. // This version is used then building from sources without Git repository // In case of not updating the version nodes build from headless sources will fail to connect to newer versions - val FallbackVersion = (1, 0, 3) + val FallbackVersion = (1, 0, 4) val versionFile = sourceManaged.value / "com" / "acrylplatform" / "Version.scala" val versionExtractor = """(\d+)\.(\d+)\.(\d+).*""".r diff --git a/node/build.sbt b/node/build.sbt index 0d80224..f6004e9 100644 --- a/node/build.sbt +++ b/node/build.sbt @@ -111,7 +111,7 @@ inConfig(Linux)( inConfig(Debian)( Seq( linuxStartScriptTemplate := (packageSource.value / "systemd.service").toURI.toURL, - debianPackageDependencies += "java8-runtime-headless", + debianPackageDependencies += "openjdk-8-jre-headless", serviceAutostart := false, maintainerScripts := maintainerScriptsFromDirectory(packageSource.value / "debian", Seq("preinst", "postinst", "postrm", "prerm")), linuxPackageMappings ++= {