Does anybody know what’s going on with maven central. Cannot build Vaadin apps. Maven changed their URL. I updated my build scripts (Gradle) but Vaadin will not compile due to missing dependencies.
> Could not resolve all files for configuration ':MY_UI:vaadin-theme-compiler'.
> Could not resolve com.vaadin:vaadin-sass-compiler:+.
Required by:
project :MY_UI
> Failed to list versions for com.vaadin:vaadin-sass-compiler.
> Unable to load Maven meta-data from http://central.maven.org/maven2/com/vaadin/vaadin-sass-compiler/maven-metadata.xml.
> Could not HEAD 'http://central.maven.org/maven2/com/vaadin/vaadin-sass-compiler/maven-metadata.xml'. Received status code 501 from server: HTTPS Required