Skip to content

Commit

Permalink
temporarily added to release with a SNAPSHOT version of rewrite(depen…
Browse files Browse the repository at this point in the history
…ds on a recipe in the SNAPSHOT version only), to solve the publish problem of dependencies have incorrect status lower then current project status 'release'
  • Loading branch information
kunli2 committed May 23, 2023
1 parent a3484ca commit 4fba49f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,11 @@ dependencies {
annotationProcessor("org.projectlombok:lombok:latest.release")
testRuntimeOnly("ch.qos.logback:logback-classic:1.2.+")
}

// temporarily added to release with a SNAPSHOT version of rewrite(depends on a recipe in the SNAPSHOT version only), to be removed
nebulaPublishVerification {
ignore("org.openrewrite:rewrite-maven")
ignore("org.openrewrite:rewrite-gradle")
ignore("org.openrewrite:rewrite-groovy")
ignore("org.openrewrite.gradle.tooling:model")
}

0 comments on commit 4fba49f

Please sign in to comment.