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 {
19991999 publishTo := sonatypePublishToBundle.value,
20002000 publishConfiguration ~= (_.withOverwrite(true )),
20012001 publishLocalConfiguration ~= (_.withOverwrite(true )),
2002+ projectID ~= {id =>
2003+ val line = " scala.versionLine" -> versionLine
2004+ id.withExtraAttributes(id.extraAttributes + line)
2005+ },
20022006 Test / publishArtifact := false ,
20032007 homepage := Some (url(dottyGithubUrl)),
20042008 licenses += ((" Apache-2.0" ,
@@ -2009,10 +2013,6 @@ object Build {
20092013 " scm:git:git@github.com:scala/scala3.git"
20102014 )
20112015 ),
2012- pomExtra :=
2013- <properties >
2014- <scala .versionLine>{versionLine}</scala .versionLine>
2015- </properties >,
20162016 developers := List (
20172017 Developer (
20182018 id = " odersky" ,
You can’t perform that action at this time.
0 commit comments