mdedetrich commented on code in PR #100:
URL:
https://github.com/apache/incubator-pekko-sbt-paradox/pull/100#discussion_r1490160200
##########
build.sbt:
##########
@@ -104,3 +104,20 @@ ThisBuild / githubWorkflowOSes := Seq("ubuntu-latest",
"macos-latest", "windows-
ThisBuild / githubWorkflowJavaVersions := Seq(
JavaSpec.temurin("8"))
+
+ThisBuild / scalacOptions ++= List(
+ "-unchecked",
+ "-deprecation",
+ "-language:_",
+ "-encoding",
+ "UTF-8")
+
+ThisBuild / scalacOptions ++= {
+ if (insideCI.value) {
+ val log = sLog.value
Review Comment:
Forgot about this, will be handled by our sbt plugin. Removing now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]