question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Reference Vaadin-specific plugin when generating a project with Vaadin

See original GitHub issue

The Vaadin Gradle Plugin is now available at https://github.com/vaadin/vaadin-gradle-plugin/ . The plugin will generate all files necessary for Vaadin to work properly, which will also fix spring-io/initializr#1122 .

When using Vaadin, could you please add the following line:

  • id 'com.vaadin' version '0.14.3.7' to build.gradle
  • id("com.vaadin") version "0.14.3.7" to build.gradle.kts

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:14 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
mstahvcommented, Jan 19, 2021

🥳 Works like a charm! Tested both Maven and Gradle projects.

1reaction
mstahvcommented, Jan 15, 2021

If we find out time to incorporate our Gradle plugin build to our “platform build” in the next quarter, we can probably start doing the same as Spring Boot Gradle plugin does: define the library versions there and cut a new version of the plugin on every library release. Then we can get the rid of the separate Vaadin version declaration that we currently have for both Spring Initialzr projects and in the base-starter example in our GitHub. This is what we could remove after this change:

ext {
	set('vaadinVersion', "14.4.5")
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Creating a Project in Eclipse | Framework | Vaadin 7 Docs
This section gives instructions for creating a new Eclipse project using the Vaadin Plugin. The task will include the following steps: Create a...
Read more >
Starting a Vaadin Project with Gradle | Get Started - Vaadin
This tutorial describes how to create, compile, and run a Vaadin application using the Vaadin Gradle plugin. To run the application, ...
Read more >
Deploying an Application | Framework | Vaadin 8 Docs - Vaadin
Creating Deployable WAR in Eclipse · Select File › Export and then Web › WAR File. Or, right-click the project in the Project...
Read more >
Starting a Gradle Project | Get Started | Flow - Vaadin
This tutorial describes how to create, compile, and run a Vaadin application using the Vaadin Gradle Plugin. For running the application, ...
Read more >
Creating a Project in Eclipse | Framework | Vaadin 8 Docs
This section gives instructions for creating a new Eclipse project using the Vaadin Plugin. The task will include the following steps:
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found