Skip to content

Commit

Permalink
Change debianPackageDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deadblackclover committed Oct 30, 2019
1 parent d0e2298 commit 2d7a987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion node/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ++= {
Expand Down

0 comments on commit 2d7a987

Please sign in to comment.