-
Notifications
You must be signed in to change notification settings - Fork 841
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
Update Gradle plugins and replace unmaintained license plugin #6275
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
fa5f38d
Update Gradle spotless plugin
fab-10 41838d8
Update Gradle plugin com.github.ben-manes.versions
fab-10 25fc970
Update Gradle plugin com.jfrog.artifactory
fab-10 ce281d4
Update Gradle plugin io.spring.dependency-management
fab-10 1646fae
Update Gradle plugin me.champeau.jmh
fab-10 58cc0db
Update Gradle plugin net.ltgt.errorprone
fab-10 c6ced92
Update Gradle plugin org.sonarqube
fab-10 2494ab0
Clean verification metadata
fab-10 f9ff1a3
remove space
fab-10 f4d3760
Merge branch 'main' into update-gradle-plugins
fab-10 3e4dc7c
Merge branch 'main' into update-gradle-plugins
fab-10 69a193b
More verification metadata
fab-10 27d400d
Tune GHA gradle cache + verification metadata
fab-10 fdc450c
Replace unmantained Gradle license plugin
fab-10 8f6b202
Merge branch 'main' into update-gradle-plugins
fab-10 38fabd4
Update CHANGELOG
fab-10 758b80f
Merge branch 'main' into update-gradle-plugins
fab-10 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
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 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 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 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 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"allowedLicenses": [ | ||
{ | ||
"moduleLicense": "Apache License, Version 2.0", | ||
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0" | ||
}, | ||
{ | ||
"moduleLicense": "BSD Zero Clause License", | ||
"moduleLicenseUrl": "https://opensource.org/licenses/0BSD" | ||
}, | ||
{ | ||
"moduleLicense" : "The 2-Clause BSD License", | ||
"moduleLicenseUrl" : "https://opensource.org/licenses/BSD-2-Clause" | ||
}, | ||
{ | ||
"moduleLicense": "The 3-Clause BSD License", | ||
"moduleLicenseUrl": "https://opensource.org/licenses/BSD-3-Clause" | ||
}, | ||
{ | ||
"moduleLicense": "Bouncy Castle Licence", | ||
"moduleLicenseUrl": "https://www.bouncycastle.org/licence.html" | ||
}, | ||
{ | ||
"moduleLicense": "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0", | ||
"moduleLicenseUrl": "https://oss.oracle.com/licenses/CDDL" | ||
}, | ||
{ | ||
"moduleLicense" : "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1", | ||
"moduleLicenseUrl" : "https://oss.oracle.com/licenses/CDDL-1.1" | ||
}, | ||
{ | ||
"moduleLicense": "Eclipse Distribution License - v 1.0", | ||
"moduleLicenseUrl": "http://www.eclipse.org/legal/epl-v10.html" | ||
}, | ||
{ | ||
"moduleLicense": "Eclipse Public License - v 2.0", | ||
"moduleLicenseUrl": "https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt" | ||
}, | ||
{ | ||
"moduleLicense": "MIT License", | ||
"moduleLicenseUrl": "https://opensource.org/licenses/MIT" | ||
}, | ||
{ | ||
"moduleLicense": "CC0-1.0", | ||
"moduleLicenseUrl": "https://creativecommons.org/publicdomain/zero/1.0/legalcode" | ||
}, | ||
{ | ||
"moduleLicense": "Public-Domain" | ||
}, | ||
{ | ||
"moduleLicense": "Unicode/ICU License", | ||
"moduleLicenseUrl": "https://raw.githubusercontent.com/unicode-org/icu/main/icu4c/LICENSE" | ||
}, | ||
{ | ||
"moduleLicense": "Creative Commons Legal Code", | ||
"moduleVersion": "1.0.3", | ||
"moduleName": "org.reactivestreams:reactive-streams" | ||
}, | ||
{ | ||
"moduleLicense": "Eclipse Public License - v 1.0", | ||
"moduleVersion": "4.13.2", | ||
"moduleName": "junit:junit" | ||
} | ||
] | ||
} |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this change related?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is part of the GHA opt,
adopt
is deprecated and replaced by "temurin", so updated to the latter everywhere