eugene yokota
671748362e
Merge pull request #437 from eed3si9n/wip/binary_sbt_version
...
Use 2 for binarySbtVersion in 2.x
2024-04-08 22:48:02 -04:00
Eugene Yokota
6ab6c2baa9
Util 1.10.0-RC1
2024-04-08 22:36:44 -04:00
Eugene Yokota
04fcad6d9a
Use 2 for binarySbtVersion in 2.x
2024-04-08 22:33:56 -04:00
Adrien Piquerez
85fcb014f0
Fix data race to remote cache on classpath analyses
...
The attributed classpath should point to the existing analysis file in the target folder to avoid data racing to the remote cache.
2024-04-08 16:34:18 +02:00
Adrien Piquerez
1c03463e19
Fix test-quick
2024-04-08 10:05:52 +02:00
Adrien Piquerez
b0f3cb0a8e
Fix actions/completions
...
When loading a scripted test, sbt creates a jar file and loads it.
The path of the jar file is the same for all the batched tests.
We must prevent the JDK from caching this jar file to force a reload after each test.
Otherwise sbt tries to load the auto-plugins of a previous test and fails.
2024-04-08 10:05:52 +02:00
eugene yokota
ec02bf3dc2
Merge pull request #7480 from lrytz/lib-unfreeze-m
...
Add support for SIP-51 (unfreezing the Scala library)
2024-04-08 01:10:05 -04:00
Adrien Piquerez
52fd2b4427
mute unused nowarn
2024-04-02 17:49:12 +02:00
Adrien Piquerez
129b38f55b
Fix tests/serial
2024-04-02 17:49:12 +02:00
Adrien Piquerez
ed12ebc5cc
fix test/scala-instance-classloader
2024-04-02 17:49:12 +02:00
Adrien Piquerez
debc5a39a7
enable run/spawn-exit
2024-04-02 17:49:12 +02:00
Adrien Piquerez
3c04787777
fix run/non-local-main
2024-04-02 17:49:12 +02:00
Adrien Piquerez
2139a6a203
enable run/fork-loader
2024-04-02 17:49:12 +02:00
Adrien Piquerez
d9b024cf91
fix project1/ignore-hidden-build-files
2024-04-02 17:49:12 +02:00
Adrien Piquerez
4a946a68cd
Fix project1/extra
2024-04-02 17:49:12 +02:00
Adrien Piquerez
a92b975032
fix derived
2024-04-02 17:49:12 +02:00
Adrien Piquerez
c88a341021
Fix binary-plugin
2024-04-02 17:49:12 +02:00
Adrien Piquerez
6e44d9df2a
fix auto-plugins-default-requires-jvmplugin
2024-04-02 17:49:12 +02:00
Adrien Piquerez
222410009b
fix no-scala-tool
2024-04-02 17:49:12 +02:00
Adrien Piquerez
9c425ea581
Fix version-interval
2024-04-02 17:49:12 +02:00
Adrien Piquerez
5c2b95980b
Fix exclude-dependencies and exclude-dependencies2
2024-04-02 17:49:12 +02:00
Adrien Piquerez
3d3b347c8f
Fix pom-advanced
2024-04-02 17:49:12 +02:00
Adrien Piquerez
85943bc33b
fix src-dep-plugin
2024-04-02 17:49:12 +02:00
Adrien Piquerez
654d35d1ba
Fix triggeredBy and runBefore
2024-04-02 17:47:48 +02:00
eugene yokota
0eaf3851e2
Merge pull request #436 from azolotko/update-jsch-to-0.2.17
...
Update jsch to 0.2.17 (switch to the com.github.mwiede fork)
2024-03-31 04:15:22 -04:00
Alex Zolotko
3156ac253a
Update jsch to 0.2.17 (the com.github.mwiede fork)
2024-03-30 17:30:57 +01:00
Adrien Piquerez
e2c7a294f8
minor change
2024-03-27 14:41:24 +01:00
Adrien Piquerez
ab9f29590e
fix cross-advanced
2024-03-27 14:41:24 +01:00
Adrien Piquerez
d001e30530
Fix compile-time-only
2024-03-27 14:41:24 +01:00
Adrien Piquerez
84b933802e
Fix compile-clean partially
...
There is still no auto-definition of clean on tasks that return Seq[Path]
2024-03-27 14:41:24 +01:00
Adrien Piquerez
0005705eb6
Fix += on sourceGenerators
2024-03-27 14:41:24 +01:00
eugene yokota
35520e6cfe
Merge pull request #7521 from adpi2/sbt2-revive-tests
2024-03-26 11:16:56 -04:00
Adrien Piquerez
453ccc6805
Uncomment pending tests
2024-03-26 10:12:29 +01:00
adpi2
180e3518ef
Merge pull request #7520 from eed3si9n/wip/plugin
...
[sbt 2.x] Forward version as the sbt version
2024-03-26 09:23:16 +01:00
Eugene Yokota
61b0196f28
Forward version as the sbt version
2024-03-26 03:05:57 -04:00
adpi2
40ba7e9a27
Merge pull request #7519 from adpi2/sbt2-fix-todo
...
[sbt2] Reactivate checkTargets in Load
2024-03-25 20:27:56 +01:00
Adrien Piquerez
c6ef392027
fix scripted
2024-03-25 13:16:38 +01:00
Adrien Piquerez
627bd6bea1
Fix checkTargets
2024-03-25 10:52:15 +01:00
eugene yokota
21a4aaa4d6
Merge pull request #7516 from SethTisue/scala-2.12.19
...
Scala 2.12.19 (was 2.12.18), scala-xml 2.2.0 (was 2.1.0)
2024-03-22 11:56:51 -04:00
adpi2
b921230836
Merge pull request #7517 from adpi2/sbt2-fix-bsp-reporter
...
[sbt 2] Restore server tests
2024-03-21 15:41:43 +01:00
Adrien Piquerez
62f077e657
fix BuildServerTest
2024-03-21 15:07:29 +01:00
dependabot[bot]
3fa61c06f9
Bump actions/checkout from 3 to 4 ( #94 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: eugene yokota <eed3si9n@gmail.com>
2024-03-19 20:28:37 -04:00
dependabot[bot]
cde1a1c917
Bump actions/setup-java from 3 to 4 ( #93 )
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: eugene yokota <eed3si9n@gmail.com>
2024-03-19 20:28:23 -04:00
eugene yokota
fbc92435c9
Update test ( #95 )
2024-03-19 16:44:47 -04:00
Adrien Piquerez
d02696e886
Enable scripted test
2024-03-19 17:06:09 +01:00
Adrien Piquerez
9de5fa5236
Activate server tests
2024-03-19 17:06:09 +01:00
Adrien Piquerez
b5afcf8a0c
Fix server completion tests
2024-03-19 17:06:09 +01:00
Adrien Piquerez
03ca5365f5
Fix BuildServerTest
2024-03-19 17:06:09 +01:00
Adrien Piquerez
924150851c
Port server tests to scalatest and fix
2024-03-19 17:06:09 +01:00
Adrien Piquerez
e62984846b
Re-implement BuildServerEvalReporter
2024-03-19 17:06:09 +01:00