-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Update Gradle wrapper to 8.14 #126519
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 wrapper to 8.14 #126519
Conversation
this.projectLayout = projectLayout; | ||
this.fileSystemOperations = fileSystemOperations; | ||
} | ||
|
||
@Inject | ||
protected ProjectLayout getProjectLayout() { | ||
throw new UnsupportedOperationException(); |
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.
FYI, if you make these abstract, it'll work just the same.
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.
Yeah I know. Will clean that up. Just wanted to ensure I do exactly as the Test task is setup while debugging this.
d03f0d5
to
aa14c69
Compare
a3a0b6d
to
9163983
Compare
Pinging @elastic/es-delivery (Team:Delivery) |
…der" This reverts commit 6c8fa63.
9754d4d
to
0f70d1a
Compare
3e86e94
to
19825a6
Compare
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.
Sorry, I've missed the notification for review somehow.
LGTM
Update Gradle wrapper to 8.14