-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf(abg): create JARs only when they are actually requested #1615
Merged
Conversation
This file contains 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
This was referenced Aug 20, 2024
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Aug 20, 2024
Vampire
force-pushed
the
vampire/prefix-temp-dirs
branch
from
August 20, 2024 10:46
08293c4
to
e888756
Compare
Vampire
force-pushed
the
vampire/lazy-jar-creation
branch
from
August 20, 2024 10:46
9b85609
to
f4e253b
Compare
Vampire
force-pushed
the
vampire/prefix-temp-dirs
branch
from
August 20, 2024 11:27
e888756
to
748f7ac
Compare
Vampire
force-pushed
the
vampire/lazy-jar-creation
branch
from
August 20, 2024 11:27
f4e253b
to
bd4ecb7
Compare
Vampire
force-pushed
the
vampire/prefix-temp-dirs
branch
from
August 20, 2024 12:01
748f7ac
to
084ba53
Compare
Vampire
force-pushed
the
vampire/lazy-jar-creation
branch
from
August 20, 2024 12:02
bd4ecb7
to
57aefbd
Compare
Vampire
force-pushed
the
vampire/prefix-temp-dirs
branch
from
August 22, 2024 00:01
084ba53
to
af4c964
Compare
Vampire
force-pushed
the
vampire/lazy-jar-creation
branch
from
August 22, 2024 00:01
57aefbd
to
23eab1b
Compare
Vampire
force-pushed
the
vampire/prefix-temp-dirs
branch
from
August 22, 2024 00:27
af4c964
to
4f1ca6a
Compare
Vampire
force-pushed
the
vampire/lazy-jar-creation
branch
from
August 22, 2024 00:27
23eab1b
to
b99bf8e
Compare
Vampire
force-pushed
the
vampire/prefix-temp-dirs
branch
from
August 22, 2024 01:10
4f1ca6a
to
01bfd2c
Compare
Vampire
force-pushed
the
vampire/lazy-jar-creation
branch
from
August 22, 2024 01:10
b99bf8e
to
d909c4e
Compare
Vampire
force-pushed
the
vampire/lazy-jar-creation
branch
from
August 26, 2024 17:12
b3c62ce
to
527c76a
Compare
krzema12
reviewed
Aug 31, 2024
...nding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding/JarBuilding.kt
Show resolved
Hide resolved
krzema12
force-pushed
the
vampire/prefix-temp-dirs
branch
from
August 31, 2024 17:23
4be4e64
to
ee7d17c
Compare
krzema12
force-pushed
the
vampire/lazy-jar-creation
branch
from
August 31, 2024 17:24
527c76a
to
35bff5a
Compare
Vampire
force-pushed
the
vampire/prefix-temp-dirs
branch
from
August 31, 2024 17:49
ee7d17c
to
236983f
Compare
Vampire
force-pushed
the
vampire/lazy-jar-creation
branch
from
August 31, 2024 17:49
35bff5a
to
b0049d7
Compare
Vampire
force-pushed
the
vampire/prefix-temp-dirs
branch
from
September 4, 2024 00:28
236983f
to
9c6721a
Compare
Vampire
force-pushed
the
vampire/lazy-jar-creation
branch
from
September 4, 2024 00:28
b0049d7
to
28d8de9
Compare
Vampire
force-pushed
the
vampire/prefix-temp-dirs
branch
from
September 4, 2024 23:06
9c6721a
to
88841f3
Compare
Vampire
force-pushed
the
vampire/lazy-jar-creation
branch
from
September 4, 2024 23:06
28d8de9
to
49ccdad
Compare
Vampire
force-pushed
the
vampire/prefix-temp-dirs
branch
from
September 5, 2024 18:48
88841f3
to
94a180c
Compare
Vampire
force-pushed
the
vampire/lazy-jar-creation
branch
from
September 5, 2024 18:48
49ccdad
to
c988e74
Compare
Vampire
force-pushed
the
vampire/prefix-temp-dirs
branch
from
September 5, 2024 21:38
94a180c
to
7c554ae
Compare
Vampire
force-pushed
the
vampire/lazy-jar-creation
branch
from
September 5, 2024 21:38
c988e74
to
90814cf
Compare
Vampire
force-pushed
the
vampire/prefix-temp-dirs
branch
from
September 6, 2024 18:45
7c554ae
to
69a4815
Compare
Vampire
force-pushed
the
vampire/lazy-jar-creation
branch
2 times, most recently
from
September 8, 2024 08:09
da86cc7
to
f173834
Compare
Vampire
force-pushed
the
vampire/lazy-jar-creation
branch
3 times, most recently
from
September 9, 2024 10:54
7d05583
to
6955515
Compare
Vampire
force-pushed
the
vampire/lazy-jar-creation
branch
from
September 10, 2024 16:39
6955515
to
6e2e4fc
Compare
krzema12
changed the title
feat(abg): only create sources and jars when they are actually requested
f(abg): only create sources and jars when they are actually requested
Sep 18, 2024
krzema12
changed the title
f(abg): only create sources and jars when they are actually requested
perf(abg): create JARs only when they are actually requested
Sep 18, 2024
krzema12
approved these changes
Sep 18, 2024
Sign up for free
to 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.