Skip to content
Snippets Groups Projects
Verified Commit 2ab5b275 authored by Rico Bergmann's avatar Rico Bergmann
Browse files

Explicitly set enconding for javac for sbt CLI

Otherwise the system default will be used which might cause hickups.
parent 52da91c0
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@ val gsonVersion = "2.8.5"
val modelmanagementprovider = ProjectRef(uri("https://git-st.inf.tu-dresden.de/cwerner/role_model_management_provider.git#master"), "modelmanagementprovider")
val uiProvider = ProjectRef(uri("https://git-st.inf.tu-dresden.de/cwerner/role_ui_provider.git"), "uiprovider")
javacOptions ++= Seq("-encoding", "UTF-8")
lazy val generator = (project in file("."))
.settings(
name := "CodeGenerator",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment