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

Commit

Permalink
double "}}" gradle try to download " https://oss.sonatype.org/content…
Browse files Browse the repository at this point in the history
  • Loading branch information
cgary authored and johndevs committed Oct 5, 2018
1 parent 97fa348 commit 0e84f23
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -344,7 +344,7 @@ class GradleVaadinPlugin implements Plugin<Project> {
dependencies.add(vaadinServer)

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

Dependency widgetsetCompiled = projectDependencies.create(
Expand Down

0 comments on commit 0e84f23

Please sign in to comment.