Skip to content

Commit

Permalink
Add Gradle Plugin Portal repository so that the OpenRewrite Gradle pl…
Browse files Browse the repository at this point in the history
…ugin's version can be resolved
  • Loading branch information
shanman190 committed Jan 14, 2025
1 parent c414568 commit c5df800
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ javaPlatform {

group = "org.openrewrite.recipe"

repositories {
gradlePluginPortal()
}

val latest = if (project.hasProperty("releasing")) "latest.release" else "latest.integration"
dependencies {
api(platform("org.openrewrite:rewrite-bom:$latest"))
Expand Down

0 comments on commit c5df800

Please sign in to comment.