Uh oh!
There was an error while loading. Please reload this page.
perf(abg): create JARs only when they are actually requested - #1615
Merged
Conversation
This was referenced Aug 20, 2024
CollaboratorAuthor
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Aug 20, 2024
Vampireforce-pushed
the
vampire/prefix-temp-dirs
branch
from
August 20, 2024 10:46
08293c4 to
e888756CompareVampireforce-pushed
the
vampire/lazy-jar-creation
branch
from
August 20, 2024 10:46
9b85609 to
f4e253bCompareVampireforce-pushed
the
vampire/prefix-temp-dirs
branch
from
August 20, 2024 11:27
e888756 to
748f7acCompareVampireforce-pushed
the
vampire/lazy-jar-creation
branch
from
August 20, 2024 11:27
f4e253b to
bd4ecb7CompareVampireforce-pushed
the
vampire/prefix-temp-dirs
branch
from
August 20, 2024 12:01
748f7ac to
084ba53CompareVampireforce-pushed
the
vampire/lazy-jar-creation
branch
from
August 20, 2024 12:02
bd4ecb7 to
57aefbdCompareVampireforce-pushed
the
vampire/prefix-temp-dirs
branch
from
August 22, 2024 00:01
084ba53 to
af4c964CompareVampireforce-pushed
the
vampire/lazy-jar-creation
branch
from
August 22, 2024 00:01
57aefbd to
23eab1bCompareVampireforce-pushed
the
vampire/prefix-temp-dirs
branch
from
August 22, 2024 00:27
af4c964 to
4f1ca6aCompareVampireforce-pushed
the
vampire/lazy-jar-creation
branch
from
August 22, 2024 00:27
23eab1b to
b99bf8eCompareVampireforce-pushed
the
vampire/prefix-temp-dirs
branch
from
August 22, 2024 01:10
4f1ca6a to
01bfd2cCompareVampireforce-pushed
the
vampire/lazy-jar-creation
branch
from
August 22, 2024 01:10
b99bf8e to
d909c4eCompareVampireforce-pushed
the
vampire/lazy-jar-creation
branch
from
August 26, 2024 17:12
b3c62ce to
527c76aCompareUh oh!
There was an error while loading. Please reload this page.
krzema12force-pushed
the
vampire/prefix-temp-dirs
branch
from
August 31, 2024 17:23
4be4e64 to
ee7d17cComparekrzema12force-pushed
the
vampire/lazy-jar-creation
branch
from
August 31, 2024 17:24
527c76a to
35bff5aCompareVampireforce-pushed
the
vampire/prefix-temp-dirs
branch
from
August 31, 2024 17:49
ee7d17c to
236983fCompareVampireforce-pushed
the
vampire/lazy-jar-creation
branch
from
August 31, 2024 17:49
35bff5a to
b0049d7CompareVampireforce-pushed
the
vampire/prefix-temp-dirs
branch
from
September 4, 2024 00:28
236983f to
9c6721aCompareVampireforce-pushed
the
vampire/lazy-jar-creation
branch
from
September 4, 2024 00:28
b0049d7 to
28d8de9CompareVampireforce-pushed
the
vampire/prefix-temp-dirs
branch
from
September 4, 2024 23:06
9c6721a to
88841f3CompareVampireforce-pushed
the
vampire/lazy-jar-creation
branch
from
September 4, 2024 23:06
28d8de9 to
49ccdadCompareVampireforce-pushed
the
vampire/prefix-temp-dirs
branch
from
September 5, 2024 18:48
88841f3 to
94a180cCompareVampireforce-pushed
the
vampire/lazy-jar-creation
branch
from
September 5, 2024 18:48
49ccdad to
c988e74CompareVampireforce-pushed
the
vampire/prefix-temp-dirs
branch
from
September 5, 2024 21:38
94a180c to
7c554aeCompareVampireforce-pushed
the
vampire/lazy-jar-creation
branch
from
September 5, 2024 21:38
c988e74 to
90814cfCompareVampireforce-pushed
the
vampire/prefix-temp-dirs
branch
from
September 6, 2024 18:45
7c554ae to
69a4815CompareVampireforce-pushed
the
vampire/lazy-jar-creation
branch
2 times, most recently
from
September 8, 2024 08:09
da86cc7 to
f173834CompareVampireforce-pushed
the
vampire/lazy-jar-creation
branch
3 times, most recently
from
September 9, 2024 10:54
7d05583 to
6955515CompareVampireforce-pushed
the
vampire/lazy-jar-creation
branch
from
September 10, 2024 16:39
6955515 to
6e2e4fcComparekrzema12
approved these changes
Sep 18, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

In some cases, only e.g. a POM is necessary to fetch for a given action. Thanks to this change, no Kotlin compilation or JAR creation will happen when requesting an artifact that doesn't require it.