Amina Adewusi
b27ea623a5
Fixes failing tests
...
Tests were failing because of bintray migration. Lightbend forgot
to move dependencies. This fixes it by upgrading to more modern
library dependencies.
2021-04-30 16:37:07 +01:00
Eugene Yokota
3ef1c5508b
scalafmtSbt
2021-04-25 23:15:16 -04:00
Eugene Yokota
19bce2874c
Downgrade to sbt 1.4.9 until mima issue is addressed
2021-04-25 22:59:57 -04:00
Eugene Yokota
00312d7674
name in Windows
2021-04-25 22:58:34 -04:00
Eugene Yokota
6228cee742
Windows package name
2021-04-25 22:51:40 -04:00
Eugene Yokota
43b2f1eb30
sbt 1.5.1
2021-04-25 22:16:01 -04:00
eugene yokota
6581896dd4
Merge pull request #6467 from eed3si9n/wip/bump
...
Launcher 1.3.1
2021-04-25 19:41:29 -04:00
Eugene Yokota
0c61f7560a
Launcher 1.3.1
2021-04-25 18:55:27 -04:00
eugene yokota
ace53d81a9
Merge pull request #6464 from eed3si9n/wip/linux2
...
Fix Debian releasing
2021-04-25 01:27:18 -04:00
Eugene Yokota
8f0d258439
Fix Debian releasing
...
Add `deb.distribution=all;deb.component=main;deb.architecture=all`
2021-04-25 01:23:15 -04:00
Eugene Yokota
8347a0bb09
Fix Linux package layout
2021-04-24 20:26:18 -04:00
eugene yokota
d94eb97def
Merge pull request #6463 from eed3si9n/wip/linux
...
Remove Bintray from Linux releases
2021-04-24 18:11:27 -04:00
eugene yokota
7089ea08c8
Merge pull request #6462 from eed3si9n/wip/sbt-launch
...
Support alternative sbt-launch repo
2021-04-24 17:35:23 -04:00
Eugene Yokota
c27ccae81e
Apparently Lightbend is not migrating https://repo.typesafe.com/typesafe/maven-releases/com/codahale/jerkson_2.9.1/0.5.0/ ?
2021-04-24 17:33:24 -04:00
Eugene Yokota
d7be43c449
Drop sbt-launch.jar from Linux distro
2021-04-24 17:31:02 -04:00
Eugene Yokota
03e83bfb00
Remove Bintray from Linux releases
2021-04-24 15:53:08 -04:00
Eugene Yokota
eaab122576
Support alternative sbt-launch repo
...
Problem
-------
Not everyone has direct access to Maven Central.
Solution
--------
Provide an env variable to override the base URL for sbt launcher.
2021-04-22 23:42:46 -04:00
eugene yokota
068700b11e
Merge pull request #6455 from sbt/dependabot/github_actions/actions/cache-v2.1.5
...
Bump actions/cache from v2.1.3 to v2.1.5
2021-04-22 08:56:53 -04:00
eugene yokota
cb2e228549
Merge pull request #6457 from steinybot/fix/runner-scope
...
Remove configuration scope from runner settings
2021-04-22 08:56:28 -04:00
dependabot[bot]
2d52c2406f
Bump actions/cache from v2.1.3 to v2.1.5
...
Bumps [actions/cache](https://github.com/actions/cache ) from v2.1.3 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.3...1a9e2138d905efd099035b49d8b7a3888c653ca8 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-20 04:34:27 +00:00
eugene yokota
fe5497938a
Merge pull request #6458 from eed3si9n/wip/graft
...
In-source launcher script
2021-04-20 00:33:40 -04:00
Eugene Yokota
89fbc45bed
Include LICENSE file
2021-04-20 00:12:39 -04:00
Eugene Yokota
abdf89d292
Let Windows know it's bash
2021-04-20 00:07:41 -04:00
Eugene Yokota
30cb1c69d5
Fix packaging
2021-04-20 00:02:28 -04:00
Eugene Yokota
6c1fd5f5b4
Workaround spark test
2021-04-20 00:02:16 -04:00
Eugene Yokota
42464e095f
Implement sbt-launch.jar download
2021-04-19 23:43:15 -04:00
Jason Pickens
223ab2b310
Remove configuration scope from runner settings
2021-04-20 15:35:06 +12:00
Eugene Yokota
2523f0f349
Merge branch 'wip/graft' of sbt/sbt-launcher-package into wip/graft
2021-04-19 10:47:09 -04:00
Eugene Yokota
eb1c5461de
move to launcher-package/
2021-04-19 10:45:29 -04:00
eugene yokota
943677ed9a
Merge pull request #6456 from guilgaly/coursier-ivy-dependency-classifier
...
Retain classifiers for transitive dependencies when publishing to Ivy using Coursier
2021-04-19 10:13:17 -04:00
Guillaume Galy
8849bfbcd5
Retain classifiers for transitive dependencies when publishing to Ivy
2021-04-19 15:24:45 +02:00
eugene yokota
07f3da25ce
Merge pull request #6452 from xuwei-k/addDependencyTreePlugin-comment
2021-04-16 09:18:25 -04:00
kenji yoshida
61f4ed1017
fix typo
2021-04-16 15:48:53 +09:00
eugene yokota
7969a155b0
Merge pull request #6448 from Philippus/patch-1
...
Fix typo
2021-04-12 15:24:42 -04:00
Philippus Baalman
4bf7f3a877
Fix typo
2021-04-12 21:02:14 +02:00
eugene yokota
627f72ef87
Merge pull request #6425 from ashleymercer/issues/2853-junit-config
...
Allow output directory for JUnitXmlTestsListener to be configured
2021-04-12 10:15:56 -04:00
Ashley Mercer
b37fc6d5be
Allow JUnitXmlTestsListener output directory to be configured
...
Add `testReportsDirectory` setting to allow output directory for
JUnitXmlTestsListener to be configured.
Add `testReportSettings` which provides defaults values:
- by default this uses the build configuration name as a prefix so
`target/test-reports` for `Test` config, but `target/it-reports`
for `IntegrationTest` (previously this was hardcoded to always
use `target/test-reports`). To override this set e.g.
`Test / testReportsDirectory := target.value / "my-custom-dir"`
- the `JunitXmlTestsListener` is now only attached to the `Test`
and `IntegrationTest` configs by default (previously it was added
to the global configuration object). Any configs which inherit
from one of these will continue to have the listener attached;
but completely custom configurations will need to re-add with:
`project.settings(testReportSettings)`
Fixes #2853
2021-04-12 12:17:50 +01:00
eugene yokota
039c386308
Merge pull request #6434 from adpi2/fix-6432
...
Fix MetaBuildLoader
2021-04-10 12:20:10 -04:00
Adrien Piquerez
7ac35d11d9
Fix MetaBuildLoader
2021-04-07 17:11:38 +02:00
eugene yokota
34a52a40f1
Merge pull request #6431 from adpi2/fix-6430
...
Fix unused nowarn in sbt plugins
2021-04-06 17:06:33 -04:00
Adrien Piquerez
56746d5792
Fix unused nowarn in sbt plugins
2021-04-06 15:45:52 +02:00
eugene yokota
7c266e80b6
Merge pull request #6429 from eed3si9n/wip/bumplauncher
...
Launcher 1.3.0
2021-04-04 02:54:04 -04:00
Eugene Yokota
b78d111333
Launcher 1.3.0
2021-04-04 02:20:52 -04:00
eugene yokota
c12daab9ea
Merge pull request #6428 from eed3si9n/wip/bumpzinc
...
Zinc 1.5.0
2021-04-04 02:19:20 -04:00
Eugene Yokota
c1c02853b4
Zinc 1.5.0
2021-04-04 01:29:52 -04:00
eugene yokota
113e427e6b
Merge pull request #6427 from eed3si9n/wip/util-interface
...
Fixes util-interface depending on Scala
2021-04-03 19:45:10 -04:00
Eugene Yokota
72f18bda75
Fixes util-interface depending on Scala
2021-04-03 19:23:38 -04:00
eugene yokota
521dc25df5
Merge pull request #6426 from eed3si9n/wip/bumpio
...
IO 1.5.0
2021-04-03 18:26:40 -04:00
Eugene Yokota
2709a1e8a3
Scala 2.13.5
2021-04-03 16:02:58 -04:00
Eugene Yokota
ba3a808044
IO 1.5.0
2021-04-03 16:01:45 -04:00