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
Eugene Yokota
6f1e6c36d9
cross JVM testing
...
This continues to use Oracle JDK 8 for building, but adds test jobs using oraclejdk8, oraclejdk9, and oraclejdk10.
2018-02-15 00:42:01 -05:00
Dale Wijnand
b50cc6f342
Merge pull request #215 from 2m/wip-no-decimals-2m
...
Use only integers for versions
2018-02-14 14:21:06 +00:00
Martynas Mickevičius
5a0bde442d
Use only integers for versions
2018-02-14 14:00:36 +02:00
TATSUNO Yasuhiro
06420a7c62
Ignore comment in .jvmopts on Windows ( #213 )
2018-02-14 09:06:22 +00:00
Dale Wijnand
aa574a8f8c
Merge pull request #211 from eatkins/gc-output
...
Whitelist java9-rt-ext- output in rt export process
2018-02-13 13:02:16 +00:00
Dale Wijnand
09cf5cb7e5
Merge pull request #210 from 2m/wip-unfreeze-jdk9-package-2m
...
Unfreeze jdk9 appveyor package version
2018-02-13 12:45:06 +00:00
Martynas Mickevičius
769b3a46a2
Use not-yet-approved package version
2018-02-13 14:30:34 +02:00
Ethan Atkins
09a7152b1d
Whitelist java9-rt-ext- output in rt export process
...
If -verbose:gc is set, there can be gc log output in this process that
prevents the directory from being properly extracted. Rather than
blacklist possible output strings, I think it makes more sense to
whitelist the specific output line that we're looking for.
2018-02-12 09:20:30 -08:00
Martynas Mickevičius
3a2a84163e
Unfreeze jdk9 appveyor package version
2018-02-05 13:19:09 +01:00
Dale Wijnand
f035626b18
Merge pull request #209 from 2m/wip-handle-jdk-10-version-2m
...
Handle JDK 10 version string
2018-02-05 10:13:58 +00:00