mirror of https://github.com/sbt/sbt.git
Publish http-server module as http-server-java7
This commit is contained in:
parent
fbc04dcbc8
commit
619b9dd0c0
|
|
@ -32,7 +32,7 @@ function isMasterOrDevelop() {
|
||||||
|
|
||||||
# Required for HTTP authentication tests
|
# Required for HTTP authentication tests
|
||||||
./coursier launch \
|
./coursier launch \
|
||||||
io.get-coursier:http-server_2.11:1.0.0-SNAPSHOT \
|
io.get-coursier:http-server-java7_2.11:1.0.0-SNAPSHOT \
|
||||||
-r http://dl.bintray.com/scalaz/releases \
|
-r http://dl.bintray.com/scalaz/releases \
|
||||||
-- \
|
-- \
|
||||||
-d tests/jvm/src/test/resources/test-repo/http/abc.com \
|
-d tests/jvm/src/test/resources/test-repo/http/abc.com \
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ build_script:
|
||||||
- sbt ++2.10.6 clean compile
|
- sbt ++2.10.6 clean compile
|
||||||
- sbt ++2.10.6 coreJVM/publishLocal cache/publishLocal # to make the scripted tests happy
|
- sbt ++2.10.6 coreJVM/publishLocal cache/publishLocal # to make the scripted tests happy
|
||||||
test_script:
|
test_script:
|
||||||
- ps: Start-Job { & java -jar -noverify C:\projects\coursier\coursier launch -r http://dl.bintray.com/scalaz/releases io.get-coursier:http-server_2.11:1.0.0-SNAPSHOT -- -d /C:/projects/coursier/tests/jvm/src/test/resources/test-repo/http/abc.com -u user -P pass -r realm -v }
|
- ps: Start-Job { & java -jar -noverify C:\projects\coursier\coursier launch -r http://dl.bintray.com/scalaz/releases io.get-coursier:http-server-java7_2.11:1.0.0-SNAPSHOT -- -d /C:/projects/coursier/tests/jvm/src/test/resources/test-repo/http/abc.com -u user -P pass -r realm -v }
|
||||||
- sbt ++2.11.8 testsJVM/test # Would node be around for testsJS/test?
|
- sbt ++2.11.8 testsJVM/test # Would node be around for testsJS/test?
|
||||||
- sbt ++2.10.6 testsJVM/test plugin/scripted
|
- sbt ++2.10.6 testsJVM/test plugin/scripted
|
||||||
cache:
|
cache:
|
||||||
|
|
|
||||||
|
|
@ -556,6 +556,7 @@ lazy val `http-server` = project
|
||||||
.settings(commonSettings)
|
.settings(commonSettings)
|
||||||
.settings(packAutoSettings)
|
.settings(packAutoSettings)
|
||||||
.settings(
|
.settings(
|
||||||
|
name := "http-server-java7",
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"org.http4s" %% "http4s-blazeserver" % http4sVersion,
|
"org.http4s" %% "http4s-blazeserver" % http4sVersion,
|
||||||
"org.http4s" %% "http4s-dsl" % http4sVersion,
|
"org.http4s" %% "http4s-dsl" % http4sVersion,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue