-
Notifications
You must be signed in to change notification settings - Fork 3
Issue 464: Prevent multiple versions of jars getting into distributions & Issue 1015 (special treatment for some classifier versions) #242
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
Merged
Merged
Changes from 9 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
b26b39e
Imports
labkey-susanh ad971d0
Gradle 9.4.1
labkey-susanh cab8816
Add Issue navigation link
labkey-susanh 14befc5
GH Issue 464: Add variant attributes for use in dependency substituti…
labkey-susanh 44c0826
Move dependency substitution method to `Distribution` class
labkey-susanh 60e1805
Update various dependencies
labkey-susanh 4b22bef
Change usage to JAVA_RUNTIME instead of JAVA_API
labkey-susanh 8166ca9
GitHub Issue 1015: Update CheckForVersionConflicts to account for usi…
labkey-susanh 34ae431
Fix logging
labkey-susanh eb1afda
Add note about Tag value
labkey-susanh 80f67af
typo
labkey-susanh 4a5563b
Remove setting of VcsTag property since our TC builds do not check ou…
labkey-susanh 93a9816
Use different hack for matching on spring-ai artifacts
labkey-susanh 576d7a0
Prepare for merge
labkey-susanh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,18 +1,18 @@ | ||
| artifactory_contextUrl=https://labkey.jfrog.io/artifactory | ||
|
|
||
| artifactoryPluginVersion=6.0.0 | ||
| artifactoryPluginVersion=6.0.4 | ||
|
|
||
| commonsIoVersion=2.20.0 | ||
| commonsLang3Version=3.18.0 | ||
| commonsTextVersion=1.14.0 | ||
| commonsIoVersion=2.21.0 | ||
| commonsLang3Version=3.20.0 | ||
| commonsTextVersion=1.15.0 | ||
|
|
||
| grgitGradleVersion=5.3.2 | ||
| graphqlJavaVersion=24.2 | ||
| grgitGradleVersion=5.3.3 | ||
| graphqlJavaVersion=25.0 | ||
|
|
||
| groovySqlVersion=4.0.27 | ||
| groovySqlVersion=5.0.4 | ||
|
|
||
| httpclientVersion=5.5 | ||
| httpcoreVersion=5.3.4 | ||
| httpclient5Version=5.6 | ||
| httpcore5Version=5.4.2 | ||
|
|
||
| jacksonVersion=2.19.2 | ||
| jsonVersion=20250517 | ||
| jacksonVersion=2.21.2 | ||
| jsonVersion=20251224 |
Binary file not shown.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.