Skip to content

Commit

Permalink
Replace dependency on BOM artefact with project
Browse files Browse the repository at this point in the history
  • Loading branch information
knstvk committed May 17, 2022
1 parent 9956a4b commit ea4d713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jmix-ui/ui-themes/ui-themes.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ configurations {
}

dependencies {
themes platform("io.jmix.bom:jmix-bom:$bomVersion")
themes platform(project(':bom'))

implementation 'com.vaadin:vaadin-themes'
themes 'com.vaadin:vaadin-themes'
Expand Down

0 comments on commit ea4d713

Please sign in to comment.