-
-
Notifications
You must be signed in to change notification settings - Fork 212
Infra: Upgrade to gradle 9.2.0 #1366
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
base: main
Are you sure you want to change the base?
Conversation
72a9632 to
a4c37a6
Compare
424857b to
6688119
Compare
6688119 to
0d958fa
Compare
81b17b7 to
8a9502e
Compare
8a9502e to
7f945e9
Compare
| sourceSets { | ||
| main { | ||
| java { | ||
| srcDirs += generateGrammarSource.outputDirectory |
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.
This is no longer needed. See gradle/gradle#35455
| spring-dependency-management = { id = 'io.spring.dependency-management', version = '1.1.3' } | ||
| git-properties = { id = 'com.gorylenko.gradle-git-properties', version = '2.4.2' } | ||
| spring-dependency-management = { id = 'io.spring.dependency-management', version = '1.1.7' } | ||
| git-properties = { id = 'com.gorylenko.gradle-git-properties', version = '2.5.3' } |
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.
|
This is ready now |
| name: "Validate Gradle Wrapper" | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # https://github.com/actions/checkout/releases/tag/v5.0.0 |
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.
This format with the link is supported by Dependabot which will keep it updated
What changes did you make? (Give an overview)
Is there anything you'd like reviewers to focus on?
Upgrades Gradle to 9.2.0
Closes #1356
Unblocks #1349
How Has This Been Tested? (put an "x" (case-sensitive!) next to an item)
Checklist (put an "x" (case-sensitive!) next to all the items, otherwise the build will fail)
A picture of a cute animal (not mandatory but encouraged)