vaadin / directory

Directory 4 Vaadin
Apache License 2.0
1 stars 1 forks source link

Help page: add Gradle support #63

Open mvysny opened 10 months ago

mvysny commented 10 months ago

The page at https://vaadin.com/directory-help should also help Gradle users to add necessary repositories:

repositories {
    mavenCentral()
    maven("https://maven.vaadin.com/vaadin-addons")
}

Note that there's official Vaadin support for Gradle for Vaadin 23+ only; there's unofficial plugin for Vaadin 14.