-
Notifications
You must be signed in to change notification settings - Fork 7
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
major (behind the scenes) updates/hacks/workarounds to get relocatable build-cache working #132
Closed
Commits on Jan 6, 2024
-
major updates/hacks/workarounds to get relocatable build-cache working
- refactor Dokkatoo Configurations to share Module output directories and Module included files. This is monumentally hacky and requires several absurd workarounds, but sod it, Gradle is severely borked and they don't seem to be fixing it any time soon :( - Deprecate DokkatooPrepareModuleDescriptorTask - remove DokkaModuleDescriptionKxs - saving the Module descriptor to JSON broke relocatable build cache because it contained absolute file paths. - update to Gradle 8.5 - refactor some of the internal Gradle Dependency/Task/Names helper classes to be smaller/focused/better named - use new Gradle `Configuration.isCanBeDeclared` util, split up configurations into declarable/resolvable/consumable - Notably I haven't added any relocatable build cache tests because I really can't be arsed
Configuration menu - View commit details
-
Copy full SHA for dd3bea6 - Browse repository at this point
Copy the full SHA dd3bea6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 475367f - Browse repository at this point
Copy the full SHA 475367fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 272cf5e - Browse repository at this point
Copy the full SHA 272cf5eView commit details
Commits on Jan 16, 2024
-
Merge branch 'main' into feat/relocatable-build-cache
# Conflicts: # modules/dokkatoo-plugin/src/testFunctional/kotlin/MultiModuleFunctionalTest.kt
Configuration menu - View commit details
-
Copy full SHA for 32d8f77 - Browse repository at this point
Copy the full SHA 32d8f77View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f213c35 - Browse repository at this point
Copy the full SHA f213c35View commit details -
Configuration menu - View commit details
-
Copy full SHA for d88c322 - Browse repository at this point
Copy the full SHA d88c322View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf6af04 - Browse repository at this point
Copy the full SHA cf6af04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3363da7 - Browse repository at this point
Copy the full SHA 3363da7View commit details
Commits on Jan 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 57b0295 - Browse repository at this point
Copy the full SHA 57b0295View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23b4793 - Browse repository at this point
Copy the full SHA 23b4793View commit details
Commits on Jan 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 963138e - Browse repository at this point
Copy the full SHA 963138eView commit details
Commits on Feb 3, 2024
-
Merge branch 'main' into feat/relocatable-build-cache
# Conflicts: # .idea/fileColors.xml # modules/dokkatoo-plugin/src/main/kotlin/DokkatooBasePlugin.kt # modules/dokkatoo-plugin/src/main/kotlin/internal/gradleUtils.kt # modules/dokkatoo-plugin/src/main/kotlin/tasks/DokkatooGenerateTask.kt
Configuration menu - View commit details
-
Copy full SHA for cb6d7f8 - Browse repository at this point
Copy the full SHA cb6d7f8View commit details
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.