Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
sambsnyd committed Jan 12, 2024
1 parent 4300cda commit 878e4a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 81 deletions.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ tasks.register<Test>("testGradleNightlies") {
jvmArgumentProviders.add(GradleVersionsCommandLineArgumentProvider(GradleVersionData::getNightlyVersions))
}

tasks.withType<Test>() {
tasks.withType<Test> {
useJUnitPlatform()
// Remove this once we've fixed https://github.com/openrewrite/rewrite-gradle-plugin/issues/132
setForkEvery(1)
Expand Down
80 changes: 0 additions & 80 deletions plugin/src/main/java/org/openrewrite/gradle/TimeUtils.java

This file was deleted.

0 comments on commit 878e4a6

Please sign in to comment.