Commit Graph

4907 Commits

Author SHA1 Message Date
Justin Kaeser 7fb8a4e88a port sddPluginSbtFile command from https://github.com/sbt/sbt/pull/4211/ to sbt 0.13 2018-08-23 18:21:16 +03:00
eugene yokota 226d16a0fe
Merge pull request #4294 from eed3si9n/wip/java6test
Build sbt 0.13 using JDK 6
2018-08-22 10:56:33 -04:00
Eugene Yokota d86b66454d Fix tests 2018-08-21 10:37:04 -04:00
Eugene Yokota 0409173d56 use http for scripted tests 2018-08-20 21:29:45 -04:00
Eugene Yokota 323fa95b7b Update the Travis CI yml 2018-08-17 01:12:22 -04:00
Dale Wijnand 1562cea1d0
Merge pull request #3971 from jilen/fix_java89_decoder
fix getDecoder
2018-06-01 10:12:33 +01:00
Dale Wijnand 5456eb5ec9
Merge pull request #4132 from som-snytt/issue/compat-postfix
Avoid postfix op without feature import
2018-04-30 11:32:11 +01:00
Som Snytt 93e9876b1a Avoid postfix op without feature import 2018-04-29 13:05:51 -07:00
jilen 8ee2a5d44b fix getDecoder 2018-02-26 10:10:59 +08:00
eugene yokota f000f2b39c
Merge pull request #3959 from xuwei-k/backport-3923
Upgrade Scala versions that ^^ uses (backport #3923 to sbt 0.13)
2018-02-21 15:11:11 -05:00
Dale Wijnand fdcdc140fb Upgrade Scala versions that ^^ uses
Refs #3907
2018-02-21 13:56:17 +09:00
Dale Wijnand 069865794d
Merge pull request #3913 from sbt/0.13.17
0.13.17
2018-02-01 09:14:16 +00:00
Eugene Yokota a5f1089cb2 0.13.18-SNAPSHOT 2018-01-31 15:16:03 -05:00
Eugene Yokota db96ff3cd8 launchconfig 2018-01-31 15:15:17 -05:00
Eugene Yokota 3972b7a3fc 0.13.17 2018-01-31 14:33:31 -05:00
Dale Wijnand 47f8641f7b
Merge pull request #3855 from eed3si9n/wip/compiler-plugin
Filter auto compiler plugin to classpath JARs
2018-01-08 11:19:04 +00:00
Eugene Yokota 68f547a465 Filter auto compiler plugin to classpath JARs
Fixes #3784

For Ivy repos, sbt 1.x publishes source and scaladoc JARs under `compile` configuration with types `src` and `doc` respectively. The current 0.13 implementation of `autoPlugins(...)` is not filtering them out correctly, and ends up including a source JAR as a compiler plugin.
2018-01-06 18:44:27 -05:00
Eugene Yokota 4fd01afdb5 Code formatting 2018-01-04 18:40:21 -05:00
Eugene Yokota 9a240cd8bd notes 2018-01-04 18:21:11 -05:00
eugene yokota 68bc1634db
Merge pull request #3848 from eed3si9n/wip/jdk9
Bump Scala versions for JDK 9 support
2018-01-04 05:07:51 -05:00
Eugene Yokota 287f0a80a7 Update more Scala versions in scripted test 2018-01-04 01:54:09 -05:00
Eugene Yokota d8a71c5d34 Scala 2.12.4 2018-01-02 20:42:03 -05:00
eugene yokota 160875e940
Merge pull request #3834 from dwijnand/exclusive-cleaning
[sbt 0.13] Fix logging + clean concurrency issue
2018-01-02 20:30:42 -05:00
Dale Wijnand 9bf3b0a556
Preserve cleanFiles' type for bincompat 2018-01-02 10:25:18 +00:00
Eugene Yokota 377ff91484
Make clean task run exclusively
Cherry-picked acf6c1191e
2017-12-21 11:55:01 +00:00
Eugene Yokota 183adc3d23
Reimplement clean and cleanFiles tasks
cleanFiles is now a task that lists exactly what will be deleted recursively.

Cherry-picked 7acb8764f5
2017-12-21 11:51:14 +00:00
Eugene Yokota 881e810ce2 Update actions/* for JDK 9 2017-11-06 01:16:28 -05:00
Eugene Yokota 1ba0d426c9 Scala 2.11.12 2017-11-06 01:16:27 -05:00
Eugene Yokota 05711a3a12 Bump to latest JLine2 2017-11-06 01:16:27 -05:00
Eugene Yokota d06e63ded1 Bump Scala for JDK 9 support
Ref https://github.com/scala/scala/pull/6113
2017-11-06 01:16:27 -05:00
Eugene Yokota faa77e8fbe Bump Ivy for JDK 9 support 2017-11-06 01:16:27 -05:00
eugene yokota a5bd564307
Merge pull request #3701 from retronym/ticket/bootclasspath
Fix over-compilation bug with Java 9, scala.ext.dir
2017-11-05 22:33:45 -05:00
Jason Zaugg d9df8835e6 Add comment about reason for underlying source hack 2017-11-05 13:54:29 +11:00
Jason Zaugg aac97476ce Refactor createBootClasspath to avoid work when sun.boot.class.path is present 2017-11-01 13:38:03 +10:00
Jason Zaugg 5a1e832a13 Ignore directories that scalac reports as underlying source on Java 9 2017-11-01 11:20:31 +10:00
Jason Zaugg bf36f824fd Generalize handling of ext.dirs 2017-11-01 09:09:25 +10:00
Jason Zaugg 3cd4815fe4 More general boot classpath discovery 2017-11-01 08:48:12 +10:00
eugene yokota e3c4db5ae8 Merge pull request #3408 from dwijnand/01316
sbt 0.13.16
2017-09-08 16:42:26 -04:00
Dale Wijnand d864b066a3
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
2017-09-08 17:06:23 +01:00
eugene yokota b5f9fe215e Merge pull request #3455 from olafurpg/tuple-enrichments-are-staying
Change the tuple enrichment deprecation warning messages
2017-08-24 12:42:49 -04:00
eugene yokota 6a04e0e168 Merge branch '0.13' into tuple-enrichments-are-staying 2017-08-24 06:02:48 -04:00
Dale Wijnand c77b7af5b8 Merge pull request #3470 from eed3si9n/wip/use_precise
[0.13] Use precise machines for Travis CI
2017-08-24 07:15:45 +01:00
Eugene Yokota dce514bda5 Use precise machines for Travis CI
PR validation to 0.13 branch is failing because Travis now defaults to Trusty, which does not seem to support openjdk6.

Ref travis-ci/travis-ci#8199
2017-08-23 20:24:44 -04:00
Ólafur Páll Geirsson dfe2932bc8 Update tuple enrichment deprecation warning messages.
Following discussions in https://github.com/sbt/sbt/issues/3454
2017-08-17 12:56:41 +02:00
eugene yokota 96ddc33a3e Merge pull request #3397 from dwijnand/sbt-plugin-cross-version
Fix addSbtPlugin to use the correct version of sbt
2017-08-08 13:09:56 -04:00
eugene yokota a2142fbb12 Merge pull request #3409 from dwijnand/bintray
sbt-bintray 0.5.1
2017-08-08 11:25:03 -04:00
Dale Wijnand 2fc0a6a571
Fix addSbtPlugin to use the correct version of sbt
Fixes #3393
2017-08-08 15:09:12 +01:00
Dale Wijnand a93970c8ec
Dedup check task in project/cross-plugins-defaults 2017-08-08 15:09:11 +01:00
Dale Wijnand 0424fefe7d
sbt-bintray 0.5.1 2017-08-08 13:30:49 +01:00
eugene yokota b2b02a1dd7 Merge pull request #3403 from dwijnand/fix-doc-more
Remove a series of warnings from running `doc`
2017-08-04 17:39:32 -04:00