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 @@ -1808,6 +1808,10 @@ object Build {
1808
1808
publishTo := sonatypePublishToBundle.value,
1809
1809
publishConfiguration ~= (_.withOverwrite(true )),
1810
1810
publishLocalConfiguration ~= (_.withOverwrite(true )),
1811
+ projectID ~= {id =>
1812
+ val line = " scala.versionLine" -> versionLine
1813
+ id.withExtraAttributes(id.extraAttributes + line)
1814
+ },
1811
1815
Test / publishArtifact := false ,
1812
1816
homepage := Some (url(dottyGithubUrl)),
1813
1817
licenses += ((" Apache-2.0" ,
@@ -1818,10 +1822,6 @@ object Build {
1818
1822
" scm:git:git@github.com:scala/scala3.git"
1819
1823
)
1820
1824
),
1821
- pomExtra :=
1822
- <properties >
1823
- <scala .versionLine>{versionLine}</scala .versionLine>
1824
- </properties >,
1825
1825
developers := List (
1826
1826
Developer (
1827
1827
id = " odersky" ,
You can’t perform that action at this time.
0 commit comments