mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
fix scripted
This commit is contained in:
@@ -13,22 +13,13 @@ def commonSettings: Seq[Def.Setting[_]] =
|
||||
resolvers += MavenCache("local-maven", (LocalRootProject / target).value / "local-maven"),
|
||||
)
|
||||
|
||||
lazy val root = (project in file("."))
|
||||
.settings(commonSettings)
|
||||
|
||||
val `v1-0-0` = (project in file("v1.0.0"))
|
||||
val semverSpecTest = project
|
||||
.settings(commonSettings)
|
||||
.settings(
|
||||
name := "semver-spec-test",
|
||||
version := "1.0.0",
|
||||
)
|
||||
|
||||
val `v1-1-0` = (project in file("v1.1.0"))
|
||||
.settings(commonSettings)
|
||||
.settings(
|
||||
name := "semver-spec-test",
|
||||
version := "1.1.0",
|
||||
)
|
||||
|
||||
val middle = project
|
||||
.settings(commonSettings)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
> v1-0-0/publish
|
||||
> v1-1-0/publish
|
||||
> semverSpecTest/publish
|
||||
> set semverSpecTest/version := "1.1.0"
|
||||
> semverSpecTest/publish
|
||||
> middle/publish
|
||||
|
||||
> use/check
|
||||
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
package example
|
||||
|
||||
trait Foo {}
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
package example
|
||||
|
||||
trait Foo {}
|
||||
Reference in New Issue
Block a user