Skip to content

Commit

Permalink
IntelliJPlatformDependenciesExtension: generate Ivy artifacts with no…
Browse files Browse the repository at this point in the history
…rmalized path
  • Loading branch information
hsz committed Jan 9, 2024
1 parent dcad916 commit be90e1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ abstract class IntelliJPlatformRepositoriesExtension @Inject constructor(
// TODO: check if the bundled plugin hash matters — if it has to be different every time as always extract transformer is called, so previous dir may no longer exist
fun ivy(action: RepositoryAction = {}) = repositories.ivy {
ivyPattern(".gradle/intellijPlatform/ivy/[organization]-[module]-[revision].[ext]")
artifactPattern("file:[artifact]")
artifactPattern("file:/[artifact]")
}.apply {
repositories.exclusiveContent {
forRepositories(this@apply)
Expand Down

0 comments on commit be90e1e

Please sign in to comment.