Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_jvm_external
/
HEAD
449754d
feat: expose kt_defs.bzl via public bzl_library for stardoc (#1626)
by mikhail-0330
· 36 hours ago
upstream/master
ae4da88
build: update rules_kotlin to 2.4.0 (#1621)
by Simon Mavi Stewart
· 7 days ago
794bfda
fix: Improve Gradle resolver console output (#1623)
by Simon Mavi Stewart
· 7 days ago
6c20569
perf: speed up java export exclusions (#1624)
by Simon Mavi Stewart
· 7 days ago
e98a2bc
Remove -noverify (#1620)
by timothy
· 9 days ago
63aa53e
Return repo_metadata from repository rules (#1616)
by Keith Smiley
· 4 weeks ago
b234733
Prepare for 7.1 release (#1593)
by Simon Mavi Stewart
· 5 weeks ago
7.1
fd9185f
fix: force a single version per Gradle module when pinning (#1608)
by Simon Mavi Stewart
· 5 weeks ago
30e29da
Use a UTF-8 locale for jvm_import jar actions (#1610)
by David Zbarsky
· 5 weeks ago
5eb595d
BOM/POM coordinates condition marked as `skipped` must not be turned into `http_file downloads (#1604)
by mikhail-0330
· 6 weeks ago
c1b3e5e
fix: honour pinned versions in external resolvers (#1606)
by Simon Mavi Stewart
· 6 weeks ago
60611a9
feat: Support pluggable dependency download and metadata caching SPIs (#1589)
by JonathanPerry651
· 7 weeks ago
2c8e8ac
Preserve Gradle variant identity in the lock graph (#1576)
by Simon Mavi Stewart
· 7 weeks ago
97d4d4f
fix: make :outdated work when runfiles trees are disabled (#1602)
by Simon Mavi Stewart
· 7 weeks ago
06db7d7
Enable RJE_UNSAFE_CACHE by default (#1584)
by Simon Mavi Stewart
· 8 weeks ago
b6dd5dc
Don't deduplicate additional_coursier_options (#1596)
by Nikolay M
· 8 weeks ago
38ac77b
Skip package-info.class when indexing jars (#1597)
by Simon Mavi Stewart
· 8 weeks ago
01a60c6
Index top-level kotlin functions, properties and type aliases properly. (#1599)
by Simon Mavi Stewart
· 8 weeks ago
32fd664
fix: stop Gradle daemons after dependency resolution (#1598)
by Simon Mavi Stewart
· 8 weeks ago
c0ff7f6
Fix TOML AAR overrides using original artifact copy targets (#1600)
by Ben Lee
· 8 weeks ago
723d203
Fix resolver NPE for no-binary artifacts (#1595)
by Simon Mavi Stewart
· 2 months ago
8f8a17e
Add `publish-to-bcr` automation (#1587)
by Simon Mavi Stewart
· 2 months ago
87f4451
Preserve compound archive extensions when publishing (#1590)
by Simon Mavi Stewart
· 2 months ago
8378beb
Fix null shasum artifacts in v3 locks (#1591)
by Simon Mavi Stewart
· 2 months ago
9772dfa
Fix BOM-only pinning (#1592)
by Simon Mavi Stewart
· 2 months ago
7d65543
Apply Maven exclusions to generated deps (#1594)
by Simon Mavi Stewart
· 2 months ago
e37e630
Allow boms to be defined in the gradle version catalogues (#1543)
by Simon Mavi Stewart
· 3 months ago
ba6d334
Make `amend_artifact` also match BOMs (#1586)
by Simon Mavi Stewart
· 3 months ago
77128c9
Refactor: carry a `ResolvedArtifact` for every resolution node when resolving (#1585)
by Simon Mavi Stewart
· 3 months ago
a8de4f3
Run jvm_import jar tools with exec Java (#1583)
by David Zbarsky
· 3 months ago
af5ef56
fix: resolve concurrent NPE in ErrorReportingListener (#1152) (#1546)
by Tharaka De Silva
· 3 months ago
b99243e
Fix GitHub search query in README (#1550)
by Collin Funk
· 3 months ago
18abf9c
Fix link to docs/bzlmod.md in README.md (#1564)
by Sergey Tyurin
· 3 months ago
79e1c37
Update Gradle to 9.5.0 (#1569)
by Simon Mavi Stewart
· 3 months ago
96b3926
Update remaining examples (#1581)
by Simon Mavi Stewart
· 3 months ago
aa34b3f
Bump the deps in the Spring Boot examples (#1580)
by Simon Mavi Stewart
· 3 months ago
bca5471
Fix MavenPublisher to support POM-only publications (#1574)
by Titus Fortner
· 3 months ago
4476a21
update environment variable handling for pinning (#1573)
by Titus Fortner
· 3 months ago
4df0012
Prefer getenv to env.get (#1568)
by Andrius Bankauskas
· 3 months ago
5482558
Upload primary artifact before uploading hashes in MavenPublisher (#1548)
by Ted Kaplan
· 4 months ago
7.0
170cafa
Update deps before 7.0 release (#1561)
by Sitaktif
· 4 months ago
bc3fe5f
fix: sort repositories in v3 lock file hash to match Java resolver order (#1557)
by Mikhail Filippov
· 4 months ago
8d5cd8b
Fix problems with Windows CI builds (#1566)
by Simon Mavi Stewart
· 4 months ago
ff03b57
Disable hash uploads for snapshot revisions (#1544)
by Ted Kaplan
· 7 months ago
78ba950
Switch to `toml.bzl` for TOML parsing (#1540)
by Simon Mavi Stewart
· 7 months ago
4f497f0
Also handle the force_version field in the version catalog (#1542)
by Kartikaya Gupta (kats)
· 7 months ago
68cee9c
Remove workspace-based dependencies and ensure RJE works with Bazel 9 (#1536)
by Simon Mavi Stewart
· 7 months ago
917e31d
Add a test for the extra toml field handling (#1541)
by Kartikaya Gupta (kats)
· 7 months ago
7e89d20
fix: Handle email-style usernames in Coursier cache path credential stripping (#1538)
by vadikmironov
· 7 months ago
dbff0c4
Add support for classifier and exclusions fields in toml files (#1539)
by Kartikaya Gupta (kats)
· 7 months ago
f23697e
Prepare for 6.10 release (#1521)
by Simon Mavi Stewart
· 7 months ago
6.10
9b72b6e
Add presubmit check for prebuilt jars (#1486)
by Ted Kaplan
· 7 months ago
65eb4ad
Upload artifacts in parallel (address artifactorys "Maven Snapshot Version Behaviour") (#1524)
by Igor Perikov
· 7 months ago
66e07e4
feat: Support COURSIER_SHA256 environment variable (#1527)
by Alberto Cavalcante
· 7 months ago
e43fffe
fix: Do not add coursier opts when run other tools (#1531)
by Honnix
· 7 months ago
bf2ecf4
fix: add string attributes to `amend_artifact` for explicit unset state (#1499)
by JonathanPerry651
· 7 months ago
2c50ea4
fix: use forward slash separator in Maven purl format (#1530)
by Steve Barrau
· 7 months ago
82e529a
Load rules from specific bzl files and add sh_test imports (#1529)
by cheister
· 7 months ago
50b2011
Added non-conflicting hash for install files (#1454)
by MarconZet
· 7 months ago
2509468
Update the maven and coursier resolver tests to create a class index file. (#1519)
by Jeff Mace
· 7 months ago
95935ff
[ci] Drop Bazel 6 and ensure we run on Bazel 7 and 8 (#1525)
by Simon Mavi Stewart
· 7 months ago
9b17165
Only allow modules specified in known_contributing_modules to contribute artifacts or boms to the root module (#1523)
by cheister
· 7 months ago
52d0317
[gradle] Fix false resolution failures when BOM upgrades dependency version (#1520)
by Simon Mavi Stewart
· 7 months ago
777b42d
[gradle] Fix Gradle resolver to respect force_version and include runtime dependencies (#1516)
by Simon Mavi Stewart
· 7 months ago
45ae779
Correctly merge BOMs from non-root modules (#1518)
by Simon Mavi Stewart
· 7 months ago
fdc5297
Update more lock files
by Simon Mavi Stewart
· 7 months ago
86c87b9
Filter test_only artifacts out of artifacts merged into root repos and print a warning when a root artifact version is overridden by a non_root bazel_dep (#1511)
by cheister
· 8 months ago
b7de211
Fix SHA mismatch for conflicting dependency versions (#1513)
by Simon Mavi Stewart
· 8 months ago
aed3a98
[gradle] Plumb through the force_version attribute (#1515)
by Simon Mavi Stewart
· 8 months ago
b84160b
[gradle] Add dep exclusions to only that dep (#1514)
by Simon Mavi Stewart
· 8 months ago
8589913
[gradle] Handle aggregating dependencies and relocation version conflicts (#1512)
by Simon Mavi Stewart
· 8 months ago
125245e
BOM Fixes (#1506)
by Vincent Rose
· 8 months ago
39dac42
Allow an optional index of dep -> class to be created (#1492)
by Simon Mavi Stewart
· 8 months ago
0e71e08
Put files in `ResolutionResult` (#1484)
by Simon Mavi Stewart
· 8 months ago
fb9c549
Optimize dependency graph building with O(1) lookups (#1483)
by Simon Mavi Stewart
· 8 months ago
523b21c
Provide a mechanism to list all resolved direct deps for a workspace (#1510)
by Simon Mavi Stewart
· 8 months ago
6b130f1
Handle relocations in the gradle resolver (#1485)
by Simon Mavi Stewart
· 8 months ago
9d006ef
Add logback to Gradle Resolver to resolve SLF4J provider not found message (#1508)
by cheister
· 8 months ago
8197c2a
fix(pom_file): exclusions referenced before assignment (#1503)
by Yavor Paunov
· 8 months ago
e95b9d7
Add finegrained control of the visibility of override targets (#1488)
by JonathanPerry651
· 8 months ago
26709ad
Fix issue with pom generation failing when checking exclusions (#1500)
by Vincent Rose
· 9 months ago
a23c85c
rules_java: add rules loads to fix autoload on Bazel 9 (#1493)
by Gergely Fábián
· 9 months ago
ef4b80d
Use persistent gradle home between invocations (#1473)
by Sridhar Mocherla
· 9 months ago
9213ad6
Remove protobuf-java runtime jars from java_export when using toolchains_protoc (#1481)
by Ted Kaplan
· 9 months ago
cc7ea60
coursier: ignore dependencies with classifier="sources" and no "file" (#1479)
by Matt Brown
· 9 months ago
8ecfd36
Update to use Starlark rules_android. Reapply ba7310ce4a1d8fb14434597fbc7440a4074f7695 (#1297)
by Alex Humesky
· 10 months ago
a4b7dde
Move the `MavenPublisherTest` to live with the other tests (#1476)
by Simon Mavi Stewart
· 10 months ago
5bfbe81
[resolver] Ensure gradle resolver rewrites known extensions when required (#1474)
by Simon Mavi Stewart
· 10 months ago
c68bcf9
[resolver] Allow gradle resolver to have self loops (#1475)
by Simon Mavi Stewart
· 10 months ago
425cdc8
Prepare for 6.9 release (#1425)
by Simon Mavi Stewart
· 10 months ago
6.9
3300641
Fix cycles with some dependencies with gradle resolver (#1472)
by Sridhar Mocherla
· 10 months ago
4fb7c46
Fix gradle resolver to throw exception on unresolved dependencies (#1466)
by Sridhar Mocherla
· 10 months ago
61cd272
Handle all known variants used in gradle version catalogues (#1468)
by Simon Mavi Stewart
· 10 months ago
568c0ce
Fix yaml file so CI builds pass (#1469)
by Simon Mavi Stewart
· 10 months ago
cc6d5b6
ci: Enable local_test example on macOS (#1459)
by utzcoz
· 11 months ago
786201f
Ensure packaging is respected when resolving artifacts (#1463)
by Simon Mavi Stewart
· 11 months ago
739db08
Untangle resolvers (#1458)
by Simon Mavi Stewart
· 11 months ago
75ff71e
[gradle] Symlink user cache dir when `RJE_UNSAFE_CACHE` is set (#1448)
by Simon Mavi Stewart
· 11 months ago
752d446
Ensure that resolved artifact hash is calculated the same way in Java and Starlark (#1462)
by Simon Mavi Stewart
· 11 months ago
6dd15aa
Add more unit tests for gradle resolver (#1457)
by Sridhar Mocherla
· 11 months ago
Next »