File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 name : " JDK 8 pr validation"
4545 if : type = pull_request
4646 script :
47- - sbt -Dsbt.io.jdktimestamps=true -Dsbt.scala.version=2.12.18 - warn setupPublishCore generateBuildCharacterPropertiesFile headerCheck publishLocal
47+ - sbt -Dsbt.io.jdktimestamps=true -warn setupPublishCore generateBuildCharacterPropertiesFile headerCheck publishLocal
4848 - STARR=`cat buildcharacter.properties | grep ^maven.version.number | cut -d= -f2` && echo $STARR
49- - sbt -Dsbt.io.jdktimestamps=true -Dsbt.scala.version=2.12.18 - Dstarr.version=$STARR -warn setupValidateTest test:compile info testAll
49+ - sbt -Dsbt.io.jdktimestamps=true -Dstarr.version=$STARR -warn setupValidateTest test:compile info testAll
5050
5151 # build the spec using jekyll
5252 - stage : build
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ SBT_VERSION=`grep sbt.version $WORKSPACE/project/build.properties | sed -n 's/sb
1919SBT_CMD=${SBT_CMD-sbt}
2020# the jdktimestamps thing is to work around https://github.com/sbt/sbt/issues/7463 --
2121# it can be removed again once we're on an sbt version with a fix
22- SBT_CMD="$SBT_CMD -Dsbt.io.jdktimestamps=true -Dsbt.scala.version=2.12.18 - sbt-version $SBT_VERSION"
22+ SBT_CMD="$SBT_CMD -Dsbt.io.jdktimestamps=true -sbt-version $SBT_VERSION"
2323
2424# repo to publish builds
2525integrationRepoUrl=${integrationRepoUrl-"https://scala-ci.typesafe.com/artifactory/scala-integration/"}
You can’t perform that action at this time.
0 commit comments