Skip to content

Commit

Permalink
#65452: remove incompatible changes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-raab committed Aug 25, 2021
1 parent 7b242c6 commit 96ea043
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ open class WriteCartridgeDescriptor
cartridges.add(identifier.projectName)
is ModuleComponentIdentifier ->
if (CartridgeUtil.isCartridge(project, identifier)) {
cartridges.add("${identifier.module}:${identifier.version}")
//cartridges.add("${identifier.module}:${identifier.version}")
cartridges.add(identifier.module)
}
}
}
Expand Down

0 comments on commit 96ea043

Please sign in to comment.