How to install widgetset on Intellij gradle project - gradle

I have a Gradle Intelij (community edition) project.
I want to use Vaadin plugin (CSValidationWidgetset), but I am lost how I can install this.
As I am using Spring Boot I am managed to set up this plugin in widget list. I've added following line to app.prop:
server.context_parameters.widgetset=com.vaadin.csvalidation.widgetset.CSValidationWidgetset
But now I can see that during server startup it is trying to get some resources related to this plugin. What files exactly should I provide? Is there any gradle task to do such kind of activity?
Thanks
Pawel

Related

How to open a project made with gradle 2.7 in intellij?

I need to open a gradle project, but IntelliJ doesn't support gradle versions below 3 (this one is in 2.7). I tried clicking the upgrade gradle version and reimport project link in the console, but that didn't work. I then tried to switch the boot JDK to java 8, but it says i can't go below 11. I have seen other people post in having the same problem in the same project, so I'm confident that switching the boot JDK will work. How do I do that?

Why won't Intellij recognize Gradle in spring boot starter project?

I was having some issues where I was unable to get a build on a separate springBoot project. I read an online forum that recommended updating to the latest so I bumped it and immediately Intellij stopped recognizing the build.gradle and it was no longer recognized as a build tool. I attempted opening the build.gradle files and invalidating the caches and restarting, but Intellij wouldn't recognize it.
I attempted cloning the gradle spring-boot starter project and I saw the same thing (https://github.com/spring-guides/gs-spring-boot.git). It did, however, work when I just open the complete subfolder as it's own project. Are there specific steps I should be taking to allow Intellij to mark subprojects and use gradle as my build tool?
Update: I was running MacOS High Sierra and there were issues with the latest versions of openJDK and Gradle running on the machine. I ended up having to do a factory reset and getting up to the latest OS to make it work.

FontAwesomeFX Without Maven

I am trying to use the FontAwesomeFX library in my non-Maven project. However, it seems Maven is the only way the developer has chosen to provide the latest version of the library (9.1.2).
How do I get this imported into my IntelliJ IDEA project? The 9.1.2 version is not in the Maven repositories...
I have never used Maven, so I wouldn't know where to start.

how to use sonarqube in android studio

I would like to use SonarQube to check my Android code.
I installed the plugin of sonarqube the and also can access http://localhost:9000.
But when I click the "associated with sonar". The error is"Project is not associated to SonarQube
Only multi-module Maven projects are supported for now"
what can I do for my project?
As a "first" version of the Intellij plugin it was decided to limit support to:
- single module projects
- multi-module Maven projects
Non Maven multi-module projects are not supported, but that's definitely a goal for next version:
http://jira.codehaus.org/browse/SONARPLUGINS-3401

Sonar Design view is empty for a Java project using Maven

I'm using Sonar version 3.7.2 with TeamCity 8.0.4 and sonner-ruuner 2.0
I am building a Java project using Maven.
In Sonar, the project design view is empty, the project dashboard works fine, showing different analysis results.
Is it possible I'm missing a "design" plugin? or I need configuration for Sonar in the Maven pom.xml?
Thanks,
Eyal

Resources