We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b0d22 commit 86f1d5cCopy full SHA for 86f1d5c
build.sbt
@@ -15,7 +15,7 @@ lazy val management = (project in file(".")).enablePlugins(SbtWeb).enablePlugins
15
buildInfoPackage := "de.upb.cs.swt.delphi.management"
16
)
17
18
-scalastyleConfig := baseDirectory.value / "project" / "scalastyle_config.xml"
+scalastyleConfig := baseDirectory.value / "project" / "scalastyle-config.xml"
19
20
val conf = ConfigFactory.parseFile(new File("conf/application.conf")).resolve()
21
val appPortManagement = conf.getString("app.portManagement")
0 commit comments