Skip to content

Support shadowed sources JAR - #2265

Draft
Goooler wants to merge 68 commits into
mainfrom
g/20260901/sources-jar
Draft

Support shadowed sources JAR#2265
Goooler wants to merge 68 commits into
mainfrom
g/20260901/sources-jar

Conversation

@Goooler

@Goooler Goooler commented Sep 1, 2026

Copy link
Copy Markdown
Member

  • CHANGELOG's "Unreleased" section has been updated, if applicable.

@Goooler
Goooler force-pushed the g/20260901/sources-jar branch 3 times, most recently from 51fa468 to 7161bfa Compare September 2, 2026 06:38
@Goooler
Goooler force-pushed the g/20260901/sources-jar branch from 29523cb to 68c2e1b Compare September 2, 2026 07:06
@Goooler

This comment was marked as outdated.

This reverts commit 0100ab2.

### 1. Test Versions

| Commit Hash | Local Version Tag | Description |
| :--- | :--- | :--- |
| [`51d5feb5`](51d5feb) | `9.0.3-51d5feb5` | **Before Worker API** (single-threaded serial execution) |
| [`0100ab21`](0100ab2) | `9.0.3-0100ab21` | **After Worker API** (asynchronous parallel execution via Gradle Worker API) |

---

### 2. Detailed 10-Iteration Benchmark Results (Unit: ms)

| Iteration | Before Worker API (`51d5feb5`) | After Worker API (`0100ab21`) |
| :---: | :---: | :---: |
| **Warm-up 1** | 19,131.87 | 7,158.15 |
| **Warm-up 2** | 937.74 | 927.13 |
| **Warm-up 3** | 867.42 | 892.92 |
| **Build 1** | 949.85 | 887.27 |
| **Build 2** | 855.78 | 895.07 |
| **Build 3** | 870.54 | 913.32 |
| **Build 4** | 842.07 | 962.29 |
| **Build 5** | 834.61 | 902.32 |
| **Build 6** | 895.61 | 863.34 |
| **Build 7** | 842.98 | 882.96 |
| **Build 8** | 836.82 | 862.21 |
| **Build 9** | 843.10 | 888.14 |
| **Build 10** | 874.22 | 867.52 |

---

### 3. Summary Statistics

| Metric | Before Worker API (`51d5feb5`) | After Worker API (`0100ab21`) | Difference |
| :--- | :---: | :---: | :--- |
| **Mean** | **864.56 ms** | **892.44 ms** | +27.88 ms (+3.2%) |
| **Median** | **849.44 ms** | **891.17 ms** | +41.73 ms (+4.9%) |
| **Min** | **834.61 ms** | **862.21 ms** | +27.60 ms |
| **Max** | **949.85 ms** | **962.29 ms** | +12.44 ms |
# Conflicts:
#	src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/JavaPluginsTest.kt
#	src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/transformers/TransformersTest.kt
#	src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/util/AppendableMavenRepository.kt

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

SimpleRelocator now has unused private properties that will fail compilation due to warnings-as-errors.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Review details
  • Files reviewed: 28/29 changed files
  • Comments generated: 2
  • Review effort level: Lite

Comment thread docs/publishing/README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants