I have been experiencing this issue every time I update my project to a new version of the platform e.g. from 2.0.1 to 2.0.2
repositories {
mavenCentral()
maven {
url = 'https://nexus.jmix.io/repository/public'
}
maven {
url 'https://maven.vaadin.com/vaadin-addons'
}
}
The following lines from all the add-ons I have in my composite project is deleted when I upgrade:
maven {
url 'https://maven.vaadin.com/vaadin-addons'
}