Skip to content

Commit

Permalink
Drop self rewrite now that we review on PRs (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Apr 26, 2024
1 parent 151e585 commit 93e715b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

plugins {
id("org.openrewrite.build.recipe-library") version "latest.release"
id("org.openrewrite.rewrite") version "latest.release"
}

group = "org.openrewrite.meta"
Expand Down Expand Up @@ -50,9 +49,3 @@ tasks.withType<Javadoc> {
// 1 error
exclude("**/trait/**")
}

rewrite {
failOnDryRunResults = true
activeRecipe("org.openrewrite.self.Rewrite")
}

8 changes: 0 additions & 8 deletions rewrite.yml

This file was deleted.

0 comments on commit 93e715b

Please sign in to comment.