Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
diffplug
/
spotless
Public
Notifications
You must be signed in to change notification settings
Fork
547
Star
5.6k
Code
Issues
246
Pull requests
19
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Resolve dependencies per-project
- #983
#983
Merged
nedtwigg
merged 14 commits into
main
diffplug/spotless:main
from
feat/dep-resolve-per-project
diffplug/spotless:feat/dep-resolve-per-project
Copy head branch name to clipboard
Nov 9, 2021
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Resolve dependencies per-project
#983
nedtwigg
merged 14 commits into
main
diffplug/spotless:main
from
feat/dep-resolve-per-project
diffplug/spotless:feat/dep-resolve-per-project
Copy head branch name to clipboard
Commits
Commits on Nov 7, 2021
Spotless dependencies are now resolved per-project. This side-steps all the root-project synchronization problems we were having. I'm keeping the hooks we would need to go back to centralized dep r…
Show description for d130b6f
nedtwigg
committed
d130b6f
View commit details
Copy full SHA for d130b6f
Browse repository at this point
Update changelog.
nedtwigg
committed
afc1ff4
View commit details
Copy full SHA for afc1ff4
Browse repository at this point
Put the SpotlessTaskService into FormatExtension where it belongs.
nedtwigg
committed
471b1f1
View commit details
Copy full SHA for 471b1f1
Browse repository at this point
Adjust test-cases now that repositories are per-project.
nedtwigg
committed
1864623
View commit details
Copy full SHA for 1864623
Browse repository at this point
Improve the error message for our new multi-resolution world.
nedtwigg
committed
2ca0db1
View commit details
Copy full SHA for 2ca0db1
Browse repository at this point
Create a failing testcase due to multiple configs with the same content in the same project.
nedtwigg
committed
59b6f5d
View commit details
Copy full SHA for 59b6f5d
Browse repository at this point
Fix the failing testcase.
nedtwigg
committed
9164ac1
View commit details
Copy full SHA for 9164ac1
Browse repository at this point
Commits on Nov 8, 2021
We now fail-fast if the user tries to use configuration-cache.
nedtwigg
committed
d322c63
View commit details
Copy full SHA for d322c63
Browse repository at this point
Expand test coverage for the configuration cache, and better error message for failures.
nedtwigg
committed
f828147
View commit details
Copy full SHA for f828147
Browse repository at this point
Better encapsulation - force SpotlessTask clients to use getters.
nedtwigg
committed
4dfc4c8
View commit details
Copy full SHA for 4dfc4c8
Browse repository at this point
An easier way to detect that we are running with configuration-cache is to check to see if transient fields are null.
nedtwigg
committed
312b25e
View commit details
Copy full SHA for 312b25e
Browse repository at this point
Make SpotlessTaskService be the AutoCloseable BuildService, and let GitRatchetGradle be a POJO field of the service. Doesn't matter either way for now, but this sets us up for a refactor in the fut…
Show description for de2e1ec
nedtwigg
committed
de2e1ec
View commit details
Copy full SHA for de2e1ec
Browse repository at this point
Every task should depend on `RegisterDependenciesTask` now, since it doesn't do anything and if it ever does do something it will be surpising if it's just some tasks.
nedtwigg
committed
3557f57
View commit details
Copy full SHA for 3557f57
Browse repository at this point
Fixup tests broken by the change to RegisterDependenciesTask.
nedtwigg
committed
33fba68
View commit details
Copy full SHA for 33fba68
Browse repository at this point
You can’t perform that action at this time.