Adrien Piquerez
ba5ac774df
Test custom class directory
2024-08-26 10:43:15 +02:00
James Roper
a7481e49d0
Include ALL sources, and resources in source jar
...
This follows on from #7470 , to include all sources, not just managed and
unmanaged, in the source jar, along with all resources (previously only
unmanaged resources were included).
This means that if, for whatever crazy reason, someone does modify the
`sources` task to include additional sources or filter out sources, rather than
using the managed or unmanaged source mechanisms, their changes will still be
reflected in the source jar.
2024-08-26 13:07:17 +10:00
Eugene Yokota
b7e037adbb
Use VirtualFileRef of the classes directory
2024-08-22 01:49:49 -04:00
Tomasz Godzik
1d9fabb3f5
Merge pull request #513 from scala-steward/update/sbt-ci-release-1.6.1
...
Update sbt-ci-release to 1.6.1
2024-08-21 20:38:12 +02:00
Scala Steward
7f2a51179b
Update sbt-ci-release to 1.6.1
2024-08-21 14:22:55 +00:00
Eugene Yokota
d6a65d71e0
Set dirzip to 2010 timestamp
2024-08-21 02:43:36 -04:00
Eugene Yokota
d134c52f4a
Ignore some server tests
2024-08-18 16:25:21 -04:00
Eugene Yokota
0ee768464b
Remove custom target support
2024-08-18 16:24:50 -04:00
Eugene Yokota
2da406673f
Disable Ivy test-artifact test
2024-08-18 13:49:46 -04:00
Eugene Yokota
d9e3bb52b3
Remove unnecessary settings
2024-08-18 12:57:29 -04:00
Eugene Yokota
e0f0550276
Migrate cachedCompileIncrementalTask to dir caching
2024-08-18 12:57:29 -04:00
Eugene Yokota
c9e5924b09
Implement on after sync event
...
When the disk cache syncs dirzip file, it compares the
item hashes against the existing files, and synchronizes them
using the disk cache.
2024-08-18 12:57:29 -04:00
Eugene Yokota
eb9a507419
Refactor Def.declareOutputDirectory to return vf
2024-08-18 12:57:29 -04:00
Eugene Yokota
987ab5f214
Add Def.declareOutputDirectory function
2024-08-18 12:57:29 -04:00
Eugene Yokota
c8ddbaed0e
Implement InternalActionResult
2024-08-18 12:57:29 -04:00
eugene yokota
aaa68883aa
Merge pull request #7625 from eed3si9n/wip/merge-1.10.x
...
[2.x] merge 1.10.x
2024-08-18 12:55:00 -04:00
Eugene Yokota
3ef3a605c2
Merge branch '1.10.x' into wip/merge-1.10.x
2024-08-18 12:37:24 -04:00
eugene yokota
126eb832a8
Merge pull request #7623 from eed3si9n/wip/check-digest
2024-08-14 09:55:21 -04:00
Eugene Yokota
fbd1fb8398
Check the digest during sync
...
**Problem**
Currently `syncBlobs` delete the existing files in the out directory when remote cache kicks in.
**Solution**
1. This refactors `Digest(...)` and adds support for `Digest.apply(Path)` and `Digest.sameDigest(...)`
2. This uses the `sameDigest` to compare the digest and replace the existing out files only when it needs to
2024-08-13 02:39:12 -04:00
eugene yokota
ee16fcfa08
Merge pull request #7622 from eed3si9n/wip/actions
...
Update GitHub Actions
2024-08-13 02:32:52 -04:00
Eugene Yokota
21be4bef9e
Update GitHub Actions
2024-08-13 02:14:37 -04:00
eugene yokota
b355d8db40
Merge pull request #512 from scala-steward/update/sbt-ci-release-1.6.0
...
Update sbt-ci-release to 1.6.0
2024-08-12 18:15:52 -04:00
Scala Steward
821aef839b
Update sbt-ci-release to 1.6.0
2024-08-12 19:27:48 +00:00
Tomasz Godzik
203f5bb055
Merge pull request #510 from scala-steward/update/utest-0.8.4
...
Update utest to 0.8.4
2024-08-12 15:59:54 +02:00
Tomasz Godzik
7fa4187b82
Merge pull request #511 from scala-steward/update/sbt-mima-plugin-1.1.4
...
Update sbt-mima-plugin to 1.1.4
2024-08-12 15:59:31 +02:00
Scala Steward
ec44c9d095
Update sbt-mima-plugin to 1.1.4
2024-08-12 13:02:20 +00:00
Scala Steward
a624ee05e9
Update utest to 0.8.4
2024-08-12 13:02:15 +00:00
eugene yokota
2f936295f1
Merge pull request #7585 from invadergir/allow-spaces-in-build-properties
...
Trim spaces around k and v to tolerate extra whitespace in build.properties
2024-08-08 02:22:06 -04:00
eugene yokota
b639331188
Merge branch '1.10.x' into allow-spaces-in-build-properties
2024-08-08 01:01:29 -04:00
eugene yokota
2d3dacb46a
Merge pull request #7619 from eed3si9n/wip/doc-scala3
...
Update Scala 3 doc test
2024-08-08 01:01:12 -04:00
Eugene Yokota
7dafcd2df2
Update Scala 3 doc test
...
Current test depends on JCenter.
2024-08-08 00:02:49 -04:00
Eugene Yokota
860e170b6c
sbt 1.10.1
2024-08-07 23:52:33 -04:00
eugene yokota
d7cbd259b8
Merge branch '1.10.x' into allow-spaces-in-build-properties
2024-08-07 18:51:44 -04:00
eugene yokota
d5a4382e68
Merge pull request #7605 from SlowBrainDude/use-common-scala2-version-for-sbtn
2024-07-20 11:22:04 -04:00
eugene yokota
50f6659a08
Merge pull request #7606 from SlowBrainDude/dev-doc-update
2024-07-20 11:21:15 -04:00
SlowBrainDude
242b8686e8
Note in DEV docs on supported build time JDK dependency
2024-07-20 01:20:45 +02:00
SlowBrainDude
317e991b87
Using common Scala 2.12 version for the sbtn subproject
...
The old, hardcoded Scala 2.12 version previously used for the sbtn
project (as a kind of workaround?) was no longer supported by Scala IDE tooling.
But sbtn builds just fine when using the current global setting for the Scala 2.12
version, so this commit removes the hardcoded version.
2024-07-19 23:30:32 +02:00
Tomasz Godzik
5610ce56d6
Merge pull request #509 from scala-steward/update/sbt-1.10.1
...
Update sbt, scripted-plugin to 1.10.1
2024-07-10 17:47:35 +02:00
Scala Steward
881e0e424e
Update sbt, scripted-plugin to 1.10.1
2024-07-10 14:18:35 +00:00
adpi2
cc3ed470c7
Merge pull request #443 from jtjeferreira/avoid-java-net-URL-3
...
Avoid java.net.URL
2024-07-09 14:49:31 +02:00
eugene yokota
2fc6b2c477
Merge pull request #506 from scala-steward/update/scalatest-3.2.19
...
Update scalatest to 3.2.19
2024-07-09 01:42:58 -04:00
eugene yokota
9ffddd01c4
Merge pull request #504 from scala-steward/update/sbt-1.10.0
...
Update sbt, scripted-plugin to 1.10.0
2024-07-09 00:50:23 -04:00
eugene yokota
1af0e0f2dc
Merge pull request #508 from eed3si9n/wip/scala_2.12
...
Update to Scala 2.12.19 + 2.13.14
2024-07-09 00:21:58 -04:00
Eugene Yokota
ee16e46405
Scala 2.13.14
2024-07-09 00:00:00 -04:00
Eugene Yokota
6757b15acd
Update to Scala 2.12.19
2024-07-08 23:55:59 -04:00
eugene yokota
99ab0a8af2
Merge pull request #503 from scala-steward/update/coursier-2.1.10
...
Update coursier, ... to 2.1.10
2024-07-08 18:47:52 -04:00
eugene yokota
2dba333942
Merge pull request #507 from raboof/resolve-inheritence-in-update-report
...
Resolve license inheritence in update report
2024-07-08 17:55:48 -04:00
eugene yokota
1d4f7257a4
Merge pull request #7598 from eed3si9n/wip/bump_launcher
...
Launcher 1.4.3
2024-07-07 17:45:53 -04:00
Eugene Yokota
c42766a123
Launcher 1.4.3
2024-07-07 17:23:25 -04:00
eugene yokota
334ac55c85
Merge pull request #7597 from eed3si9n/wip/bump_lm
...
Bump to lm 1.10.1
2024-07-07 16:30:58 -04:00