Skip to content

Commit

Permalink
IntelliJPlatformRepositoriesExtension: introduce recommended() helper
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Jan 8, 2024
1 parent 3a672e0 commit 7412686
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,16 @@ abstract class IntelliJPlatformRepositoriesExtension @Inject constructor(
action()
}

fun recommended() {
ivy()
releases()
snapshots()
marketplace()
jetbrainsRuntime()
binaryReleases()
binaryReleasesAndroidStudio()
}

private fun createRepository(
name: String,
url: String,
Expand Down

0 comments on commit 7412686

Please sign in to comment.