We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running gradle projects using vaadin-gradle-plugin 24.2.0.alpha11 and 24.2.0.beta1 it fails
gradle projects work with pre-releases versions
git clone https://github.com/vaadin/base-starter-spring-gradle.git cd base-starter-spring-gradle perl -pi -e 's|\s*(vaadinVersion)\s*([=:]).*|${1}${2}24.2.0.beta1|g' gradle.properties ./gradlew clean
vaadin 24.2.0.alpha11 and 24.2.0.beta1
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
When running gradle projects using vaadin-gradle-plugin 24.2.0.alpha11 and 24.2.0.beta1 it fails
Expected-behavior
gradle projects work with pre-releases versions
Reproduction
System Info
vaadin 24.2.0.alpha11 and 24.2.0.beta1
The text was updated successfully, but these errors were encountered: