Code Monkey home page Code Monkey logo

Comments (2)

johndevs avatar johndevs commented on August 15, 2024

Hi,

Nice to hear you are using the plugin, I am big fan of gradle as well :)

The issue you are experiencing is by design. By default the plugin will overwrite the widgetset file and add there any inherited widgetsets and other gwt options it can find. For instance if you are adding Vaadin addons to the project you do not have to concern yourself by remembering to update the widgetset file with the addons widgetsets, the plugin will do it for you.

However, if you don't want the plugin to overwrite the widgetset file whenever you run the widgetset task then add the following to your build.gradle file:

    vaadin.manageWidgetset = false  

I should probably update the documentation to include that configuration as well. A good resource to look at to see all options what the plugin supports is the VaadinPluginExtension.groovy file, it lists all the options available.

from gradle-vaadin-plugin.

jamroks avatar jamroks commented on August 15, 2024

Wow John thank you for the Quik response. Ok everything seems clear now. By design we must specify those option in the build.gradle file for it to be picked up . your explanation resolve other issue i had too, like :
vaadin {
user.agent = "safari"
}
witch wasn't picked up. So now i'll reveiw my build.gradle file.

Rok

Cheers

from gradle-vaadin-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.