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
valXsemanticdb:Setting[Boolean] =BooleanSetting("-Xsemanticdb", "Store information in SemanticDB.", aliases =List("-Ysemanticdb"))
157
157
valXtarget:Setting[String] =ChoiceSetting("-Xtarget", "target", "Emit bytecode for the specified version of the Java platform. This might produce bytecode that will break at runtime. When on JDK 9+, consider -release as a safer alternative.", ScalaSettings.supportedTargetVersions, "", aliases =List("--Xtarget"))
158
158
valXcheckMacros:Setting[Boolean] =BooleanSetting("-Xcheck-macros", "Check some invariants of macro generated code while expanding macros", aliases =List("--Xcheck-macros"))
159
+
valXmainClass:Setting[String] =StringSetting("-Xmain-class", "path", "Class for manifest's Main-Class entry (only useful with -d <jar>)", "")
0 commit comments