Skip to content
This repository was archived by the owner on Apr 2, 2021. It is now read-only.

Commit 0e84f23

Browse files
cgaryjohndevs
authored andcommitted
1 parent 97fa348 commit 0e84f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/com/devsoap/plugin/GradleVaadinPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ class GradleVaadinPlugin implements Plugin<Project> {
344344
dependencies.add(vaadinServer)
345345

346346
Dependency vaadinThemes = projectDependencies.create(
347-
"com.vaadin:vaadin-themes:${vaadin.version}}")
347+
"com.vaadin:vaadin-themes:${vaadin.version}")
348348
dependencies.add(vaadinThemes)
349349

350350
Dependency widgetsetCompiled = projectDependencies.create(

0 commit comments

Comments
 (0)