Skip to content

Commit

Permalink
flydroid: add GradlePluginPortal repository
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarthelery committed May 8, 2020
1 parent e220b6a commit 18cb16d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions flydroid/src/main/kotlin/FlydroidPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class FlydroidPlugin : Plugin<Project>{
url = target.uri("https://kotlin.bintray.com/kotlinx")
}
google()
gradlePluginPortal()
}
}
}
Expand Down
1 change: 1 addition & 0 deletions flydroid/src/test/kotlin/FlydroidPluginTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class FlydroidPluginTest {

// Verify the result
assertNotNull(project.repositories.named(DefaultRepositoryHandler.GOOGLE_REPO_NAME))
assertNotNull(project.repositories.named(DefaultRepositoryHandler.GRADLE_PLUGIN_PORTAL_REPO_NAME))
assertNotNull(project.repositories.named("kotlinx"))
}

Expand Down

0 comments on commit 18cb16d

Please sign in to comment.