mdedetrich commented on code in PR #59: URL: https://github.com/apache/incubator-pekko-sbt-paradox/pull/59#discussion_r1251053285
########## project/AddMetaInfLicenseFiles.scala: ########## @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * license agreements; and to You under the Apache License, version 2.0: + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * This file is part of the Apache Pekko project, which was derived from Akka. + */ + +import org.mdedetrich.apache.sonatype.ApacheSonatypePlugin +import org.mdedetrich.apache.sonatype.ApacheSonatypePlugin.autoImport.* +import sbt.* Review Comment: Can you use `._` here instead of `.*`. Since this is an SBT plugin its using Scala 2.12 and Intellij incorrectly is not picking up the correct Scala dialect for sbt plugins. -- 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]
