-
Notifications
You must be signed in to change notification settings - Fork 2
Pull requests: palantir/gradle-guide
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Create a Gradle Errorprone DSL to make adding future task execution violations easy
🤖 fix nits
merge when ready
#215
opened Sep 9, 2025 by
kelvinou01
Loading…
Autofix
getProject().getProjectDir()
to getProjectLayout().getProjectDirectory().getAsFile()
#213
opened Sep 4, 2025 by
kelvinou01
•
Draft
use
GradleExec#exec
over ProviderFactory#exec
autorelease
do not merge
merge when ready
#210
opened Sep 1, 2025 by
FinlayRJW
Loading…
Ensure that extensions are only added via
.create
autorelease
merge when ready
#127
opened May 30, 2025 by
FinlayRJW
Loading…
ProTip!
Exclude everything labeled
bug
with -label:bug.