File tree 1 file changed +6
-9
lines changed
1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
- name := " scala-asm"
1
+ // build
2
+ autoScalaLibrary := false
3
+ crossPaths := false
4
+ Compile / compile / javacOptions ++= Seq (" -g" , " -parameters" )
2
5
6
+ // publish
7
+ name := " scala-asm"
3
8
organization := " org.scala-lang.modules"
4
9
sonatypeProfileName := " org.scala-lang"
5
10
homepage := Some (url(" https://github.com/scala/scala-asm" ))
6
11
licenses := Seq (" BSD 3-clause" -> url(" http://opensource.org/licenses/BSD-3-Clause" ))
7
12
scmInfo := Some (ScmInfo (url(" https://github.com/scala/scala-asm" ),
8
13
" 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" )
You can’t perform that action at this time.
0 commit comments