mirror of https://github.com/sbt/sbt.git
sbt 0.13.16
Tweaked the dependencies due to #3458. Also workaround a brand-new Travis CI issue. And mark fork-parellel/test pending.. to merge this thing
This commit is contained in:
parent
b5f9fe215e
commit
d864b066a3
|
|
@ -16,6 +16,11 @@ jdk:
|
||||||
- openjdk6
|
- openjdk6
|
||||||
# - oraclejdk7
|
# - oraclejdk7
|
||||||
|
|
||||||
|
# WORKAROUND https://github.com/travis-ci/travis-ci/issues/5227
|
||||||
|
addons:
|
||||||
|
hosts: workaround-travis-ci-issue-5227
|
||||||
|
hostname: workaround-travis-ci-issue-5227
|
||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- SBT_CMD=";doc;safeUnitTests"
|
- SBT_CMD=";doc;safeUnitTests"
|
||||||
|
|
|
||||||
|
|
@ -487,7 +487,7 @@ lazy val sbtProj = (project in sbtPath).
|
||||||
lazy val mavenResolverPluginProj = (project in file("sbt-maven-resolver")).
|
lazy val mavenResolverPluginProj = (project in file("sbt-maven-resolver")).
|
||||||
dependsOn(sbtProj, ivyProj % "test->test").
|
dependsOn(sbtProj, ivyProj % "test->test").
|
||||||
settings(
|
settings(
|
||||||
baseSettings,
|
testedBaseSettings,
|
||||||
name := "sbt-maven-resolver",
|
name := "sbt-maven-resolver",
|
||||||
libraryDependencies ++= aetherLibs,
|
libraryDependencies ++= aetherLibs,
|
||||||
sbtPlugin := true
|
sbtPlugin := true
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
sbt.version=0.13.16-M1
|
sbt.version=0.13.16
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue