johndevs / gradle-vaadin-plugin

A Gradle plugin for building Vaadin applications
https://devsoap.com/tag/vaadin/
Apache License 2.0
120 stars 58 forks source link

problem download vaadin-themes #530

Closed cristiangary closed 6 years ago

cristiangary commented 6 years ago

com.devsoap.plugin.vaadin : 1.4.0 Problem trying to dowmload vaadin-themes . `Could not resolve all files for configuration ':vaadin-server'.

Could not resolve com.vaadin:vaadin-themes:8.5.2}. Required by: project : Could not resolve com.vaadin:vaadin-themes:8.5.2}. Could not get resource 'http://10.5.5.244:8081/nexus/content/groups/public/com/vaadin/vaadin-themes/8.5.2%7D/vaadin-themes-8.5.2%7D.pom'. Could not GET 'http://10.5.5.244:8081/nexus/content/groups/public/com/vaadin/vaadin-themes/8.5.2%7D/vaadin-themes-8.5.2%7D.pom'. Received status code 400 from server: Invalid repository path Could not resolve com.vaadin:vaadin-themes:8.5.2}. Could not get resource 'http://oss.sonatype.org/content/repositories/vaadin-snapshots/com/vaadin/vaadin-themes/8.5.2%7D/vaadin-themes-8.5.2%7D.pom'. Could not GET 'http://oss.sonatype.org/content/repositories/vaadin-snapshots/com/vaadin/vaadin-themes/8.5.2%7D/vaadin-themes-8.5.2%7D.pom'. org.apache.http.client.ClientProtocolException (no error message)

` Typo in GradleVaadinPlugin line 347. double "}}"

johndevs commented 6 years ago

Fixed by https://github.com/johndevs/gradle-vaadin-plugin/pull/529