Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Using Pre-releases with Gradle
Anybody know how to use Vaadin pre-releases with Gradle? We want to test a new component in 8.1.0.alpha1+.
plugins {
id 'fi.jasoft.plugin.vaadin' version '1.1.9'
}
vaadin {
version '8.1.0.+'
}
Are pre-releases in a standard repository? Otherwise that won't work. I manually downloaded it and switched Gradle to reference it locally.
Kenneth Taylor: Are pre-releases in a standard repository? Otherwise that won't work. I manually downloaded it and switched Gradle to reference it locally.
They are not in the standard repository, but the plugin will include the pre-release repository automatically for you, so no need to worry about in which repository the artifact is.