-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add a few failing tests * Bump minimum Gradle version to 6.8.3 to allow for configuration cache compatibility and to avoid bugs with dependency resolution on Gradle 6.6, which is the first version that the config cache is introduced * Remove ResolveRewriteDependenciesTask and fix one config cache problem w/ RewriteDryRunTask * Fix another config cache problem w/ RewriteDryRunTask * More work done; tests are still failing... * Delete redundant 'resolve dependencies' task * Use notCompatibleWithConfigurationCache on Gradle 7.4+ * Remove invalid comment * Cleanup * Extract common config-cache test into base test class * Cleanup after merge conflict resolution * Cleanup after merge conflict resolution * Add `rewrite-java-21` to `knownRewriteDependencies` --------- Co-authored-by: Tim te Beek <[email protected]>
- Loading branch information
Showing
9 changed files
with
270 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
120 changes: 0 additions & 120 deletions
120
plugin/src/main/java/org/openrewrite/gradle/ResolveRewriteDependenciesTask.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.