You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
valencoding:Setting[String] =StringSetting("-encoding", "encoding", "Specify character encoding used by source files.", Properties.sourceEncoding, aliases =List("--encoding"))
46
46
valusejavacp:Setting[Boolean] =BooleanSetting("-usejavacp", "Utilize the java.class.path in classpath resolution.", aliases =List("--use-java-class-path"))
47
+
valcompileTimeEnv:Setting[List[String]] =MultiStringSetting("-E", "key[=value]", "Options to pass to the metaprogramming environment. e.g. -Ecom.example.app.mode=RELEASE")
47
48
48
49
/** Plugin-related setting */
49
50
valplugin:Setting[List[String]] =MultiStringSetting ("-Xplugin", "paths", "Load a plugin from each classpath.")
0 commit comments