eugene yokota
6935bee2c7
Merge pull request #244 from eed3si9n/wip/windows
...
JDK11 on Windows
2018-10-18 17:08:06 -04:00
Eugene Yokota
018034a090
JDK11 on Windows
2018-10-18 16:50:30 -04:00
eugene yokota
c8d5276b0a
Merge pull request #243 from liff/issue-sbt-3598
...
Use `preloaded` from `-sbt-dir`
2018-10-18 16:00:02 -04:00
Olli Helenius
b791da704c
Use `preloaded` from `-sbt-dir`
2018-10-17 13:04:39 +03:00
eugene yokota
9ba283a1f1
Merge pull request #242 from eed3si9n/wip/revert-239
...
Revert 239
2018-10-17 03:16:24 -04:00
Eugene Yokota
1d806c9cf3
Revert "Use `preloaded` from `-sbt-dir`"
...
This reverts commit b8dbe42ece .
2018-10-17 01:57:08 -04:00
Eugene Yokota
9c19799b73
Revert "Improve logic for finding preloaded directory"
...
This reverts commit c8219f8396 .
2018-10-17 01:56:57 -04:00
eugene yokota
0b9a531ac3
Merge pull request #239 from liff/issue-sbt-3598
...
Use `preloaded` from `-sbt-dir`
2018-10-10 10:52:51 -04:00
Olli Helenius
c8219f8396
Improve logic for finding preloaded directory
2018-10-10 09:36:35 +03:00
Olli Helenius
b8dbe42ece
Use `preloaded` from `-sbt-dir`
...
Fixes sbt/sbt#3598 .
2018-10-10 09:36:35 +03:00
eugene yokota
927a536554
Merge pull request #240 from eed3si9n/wip/openjdk11
...
Fix test on openjdk11
2018-10-10 00:29:56 -04:00
Eugene Yokota
88229e03ba
Fix test on openjdk11
2018-10-10 00:13:10 -04:00
Eugene Yokota
a82c834198
Scala 2.12.7
2018-10-08 12:02:19 -04:00
eugene yokota
c7a4928529
Merge pull request #235 from eed3si9n/wip/revert-no-colors
...
Revert "Handle SBT_OPTS in bash"
2018-07-30 19:08:44 -04:00
Eugene Yokota
4a8b1b97db
Test more SBT_OPTS
2018-07-30 18:52:45 -04:00
Eugene Yokota
53e008a25d
Revert "Handle SBT_OPTS in bash"
...
This reverts commit ea93158ae3 .
2018-07-30 18:43:53 -04:00
eugene yokota
0e2adfb5f4
Merge pull request #232 from iwamatsu0430/recognize_sbt_opts
...
[WIP] Handle SBT_OPTS in bash
2018-07-25 16:08:22 -04:00
岩松 竜也
ea93158ae3
Handle SBT_OPTS in bash
2018-06-19 01:13:31 +09:00
eugene yokota
34f0b2c4ea
Merge pull request #231 from jiminhsieh/fix-sbt-help-throw-error
...
Fix `sbt -help` throw syntax error
2018-06-14 01:49:15 -04:00
Dale Wijnand
92067eb308
Merge pull request #217 from dkim/sbt-create
...
Exit if the current dir is definitely not an sbt dir and neither `-sbt-create` nor `new` was given
2018-06-01 10:14:33 +01:00
Jimin Hsieh
23b90f23a9
Use default path of `sbtopts`
2018-05-31 16:37:25 +08:00
Jimin Hsieh
5088697613
Add build status of AppVeyor
2018-05-30 23:20:09 +08:00
Jimin Hsieh
1277e55c29
Fix `sbt -help` throw `syntax error`
2018-05-30 22:58:45 +08:00
Jimin Hsieh
46783d0cf5
Update current `sbt -help`
2018-05-30 22:58:30 +08:00
Jimin Hsieh
bc8ed20787
Show default sbt memory size: 1024m
2018-05-30 22:46:28 +08:00
Jimin Hsieh
67fec3812c
Bump license year
2018-05-30 22:43:16 +08:00
Jimin Hsieh
c91c7984c9
Bump sbt version
2018-05-30 22:43:16 +08:00
Eugene Yokota
d76459db69
bump Scala 2.12.6
2018-05-09 01:01:13 -04:00
cunei
3133ef4506
Merge pull request #229 from sbt/upload
...
Add uploader script
2018-05-07 17:36:44 +02:00
Antonio Cunei
27a9d90659
Allow env vars defaults, rename S3 vars
2018-05-07 17:17:29 +02:00
Antonio Cunei
aeab959054
Add uploader script
2018-05-04 17:27:02 +02:00
eugene yokota
3ff2cc006f
Merge pull request #227 from spangaer/master
...
Java version detection broken on windows
2018-04-23 17:10:15 -04:00
eugene yokota
ed452f0057
Merge branch 'master' into master
2018-04-23 16:14:58 -04:00
Dale Wijnand
c525dd1b0a
Merge pull request #228 from jessicah/patch-1
...
sbt.bat: JAVACMD is not quoted in version check
2018-04-23 06:46:47 +01:00
Jessica Hamilton
6ffec60e4b
sbt.bat: JAVACMD is not quoted in version check
...
This fixes a failed version check for a path containing spaces.
2018-04-20 11:07:23 +12:00
Jean-Luc Deprez
d70c78d02b
- Java version detection broken, when path to JDK contains spaces.
...
Allways outputs:
sbt requires at least version 6+, you have
version 0
- the quoted version word for findstr doesn't seem to work in the for-command statement, quotes not needed for a single word.
2018-04-10 16:12:28 +02:00
eugene yokota
7ba36d64b9
Merge pull request #226 from eed3si9n/wip/debug
...
forward -debug to sbt
2018-04-06 22:01:20 -04:00
Eugene Yokota
8727faa8b3
forward -debug to sbt
...
`-debug` is a legitimate command since 0.13.13, but it's been impossible to use it because Bash eats it. This allows log level to be set to debug level. (similar to `-warn` setting to warn level)
Ref https://github.com/sbt/sbt/pull/2742
2018-04-06 08:26:28 -04:00
Dale Wijnand
8350d7ca03
Merge pull request #225 from eed3si9n/wip/jdk10
...
Fix Java version detection and comparison for JDK 10
2018-04-06 10:45:47 +01:00
Eugene Yokota
b2fdb7685f
Fix Java version detection on Windows
...
Fixes https://github.com/sbt/sbt/issues/4055
Adds JDK 10 testing on Windows
2018-04-06 05:24:07 -04:00
Eugene Yokota
a638ad49ac
Fix bash number comparison
...
This adds JDK 10 and 11 testing on Linux
2018-04-06 05:23:14 -04:00
Dale Wijnand
77039c2e3b
Merge pull request #222 from analytically/master
...
Support SBT 1.1+ for preloading the compiler interface
2018-03-16 17:46:39 +00:00
Mathias Bogaert
7d826e05d5
Support SBT 1.1+ for preloading the compiler interface
2018-03-16 12:41:26 +01:00
Deokhwan Kim
94b27fcefa
Confirm a user's intent if the current dir doesn't look like an sbt dir
...
Fixes #212
2018-02-19 14:24:18 -05:00
Dale Wijnand
311bb7022c
Merge pull request #220 from ForNeVeR/feature/quotes
...
Fix quotes in sbt.bat
2018-02-19 10:06:55 +00:00
Friedrich von Never
3019b94da0
Fix quotes in sbt.bat
2018-02-17 21:56:09 +07:00
Dale Wijnand
35072a62b0
Merge pull request #219 from eed3si9n/wip/test-mac
...
more portable jdk_version function
2018-02-16 09:57:17 +00:00
Eugene Yokota
21cf71e384
more portable jdk_version function
...
I've reimplemented java version detection as a bash function.
This no longer uses grep.
Also this no longer uses `?` in sed, which doesn't work on macOS.
Fixes https://github.com/sbt/sbt/issues/3873
2018-02-15 23:04:43 -05:00
Eugene Yokota
66b8670c59
Add macOS testing
2018-02-15 23:04:35 -05:00
Dale Wijnand
31b42c0e18
Merge pull request #216 from eed3si9n/wip/travis
...
cross JVM testing
2018-02-15 07:42:28 +00:00