Skip to content

Commit 35374bc

Browse files
committed
wip
1 parent 4d1ad8a commit 35374bc

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

build.sbt

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
name := "scala-asm"
1+
// build
2+
autoScalaLibrary := false
3+
crossPaths := false
4+
Compile / compile / javacOptions ++= Seq("-g", "-parameters")
25

6+
// publish
7+
name := "scala-asm"
38
organization := "org.scala-lang.modules"
49
sonatypeProfileName := "org.scala-lang"
510
homepage := Some(url("https://github.com/scala/scala-asm"))
611
licenses := Seq("BSD 3-clause" -> url("http://opensource.org/licenses/BSD-3-Clause"))
712
scmInfo := Some(ScmInfo(url("https://github.com/scala/scala-asm"),
813
"scm:git:[email protected]:scala/scala-asm.git"))
9-
10-
// Otherwise the artifact has a dependency on scala-library
11-
autoScalaLibrary := false
12-
13-
// Don't add `_<scala-version>` to the jar file name - it's a Java-only project, no Scala cross-versioning needed
14-
crossPaths := false
15-
16-
Compile / compile / javacOptions ++= Seq("-g", "-parameters")

0 commit comments

Comments
 (0)