File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1999,6 +1999,10 @@ object Build {
1999
1999
publishTo := sonatypePublishToBundle.value,
2000
2000
publishConfiguration ~= (_.withOverwrite(true )),
2001
2001
publishLocalConfiguration ~= (_.withOverwrite(true )),
2002
+ projectID ~= {id =>
2003
+ val line = " scala.versionLine" -> versionLine
2004
+ id.withExtraAttributes(id.extraAttributes + line)
2005
+ },
2002
2006
Test / publishArtifact := false ,
2003
2007
homepage := Some (url(dottyGithubUrl)),
2004
2008
licenses += ((" Apache-2.0" ,
@@ -2009,10 +2013,6 @@ object Build {
2009
2013
" scm:git:git@github.com:scala/scala3.git"
2010
2014
)
2011
2015
),
2012
- pomExtra :=
2013
- <properties >
2014
- <scala .versionLine>{versionLine}</scala .versionLine>
2015
- </properties >,
2016
2016
developers := List (
2017
2017
Developer (
2018
2018
id = " odersky" ,
You can’t perform that action at this time.
0 commit comments