Vaadin Plugin for Gradle - Vaadin Add-on Directory
Build your Vaadin applications with Gradle!Author Homepage
Issue Tracker
Source Code
Vaadin Plugin for Gradle version 0.3.4
null
Vaadin Plugin for Gradle version 0.3.5
Maintenance release which fixes the following issues:
- Allow configuring JVM options for the widgetset and run tasks using vaadin.jvmArgs and vaadin.gwt.jvmArgs
- Allow configuring the GWT version used by Vaadin 6 projects using vaadin.gwt.version
- Ensure that widgetset xml file is updated before Gradle processes the resource files
- Check that a system console is available when executing vaadinRun task and stop Jetty server if it is not
Vaadin Plugin for Gradle version 0.4
Vaadin Gradle plugin 0.4 contains the following features and fixes:
Features:
- Support for widgetset generators #12
- Support for eclipse WTP #15
- Support for client side SASS themes #16
Bugfixes:
- Clean tasks now cleans up all generated artifacts #8
- Fallback when java console is not available #17
Vaadin Plugin for Gradle version 0.5
Vaadin Gradle plugin 0.5 contains the following features and fixes:
Features:
- WTP project now includes the Vaadin eclipse facet automatically #25
- Support for using JRebel with the plugin #26
- Possibility to log server logs to console instead of to a log file #27
- Added a task for creating Vaadin Composites #20
- Support for addon metadata #19
Bugfixes:
- Generated widgetset is no longer overwritten by Vaadin eclipse plugin widgetset compile #21
- Server no longer hangs when user terminates it without pressing enter key #17
Vaadin Plugin for Gradle version 0.5.1
Vaadin Gradle plugin 0.5.1 contains the following features and fixes:
Bugfixes:
- Support for using closures in build configuration #34
- Plugin does not any longer automatically pull in servlet-api as a dependency #33
- Support JRebel in Super Development Mode #32
- Fixed multiple widgetsets are added to same inherits tag #28
Vaadin Plugin for Gradle version 0.5.2
Gradle Vaadin plugin 0.5.2 contains the following features and fixes:
Bugfixes:
- Fixes dependency issue where vaadin-client-compiled is not found #37
Vaadin Plugin for Gradle version 0.6
Gradle Vaadin plugin 0.6 contains the following features and fixes:
Features:
- Improved servlet 3.0 support (servlet 3 annotation support, create servlet 3 project task) #36
- Artifact name changed to gradle-vaadin-plugin to conform to conventions #38
- Allow configuring main source set #31
- Add support for collapse-all-permutations GWT compiler setting #29
Vaadin Plugin for Gradle version 0.6.1
Gradle Vaadin plugin 0.6.1 contains the following features and fixes:
Bugfixes:
- Fixes critical bug where the widgetset template generates a corrupt widgets xml file when collapse-permutations option is not used.
Vaadin Plugin for Gradle version 0.6.3
The following bugfixes was included in 0.6.3:
- Added IE10 permutation if using 7.1 or above #52
- Update to Gradle 1.6, removing deprecated references #51
- createVaadinProject should create a servlet 3.0 project automatically for Vaadin 7.1+ projects
Vaadin Plugin for Gradle version 0.6.4
The following bugfixes was included in 0.6.4:
- Added vaadin.gwt.extraInherits configuration property #57
- Remove deprecated references to TaskContainer.add #51
- Allow turning off gwt logging #53
- Remove extra whitespaces from widgetset XML file
- Added notification about source files not included in jar #47
- Exclude unit cache from compiled WAR archive #69
- Updated DTD for module descriptor #71
Vaadin Plugin for Gradle version 0.6.5
The following bugfixes was included in 0.6.5:
- Vaadin plugin facet is not applied in Eclipse Kepler #75
- Running vaadinRun for a subproject from the root project shows Jetty directory listing #80
- Custom user.agent values are not applied when inherits are added #81
Vaadin Plugin for Gradle version 0.7
Gradle Vaadin plugin 0.7 contains the following features and fixes:
Features:
- Integrated support for Vaadin Testbench 3 #56
- Support for building Vaadin Directory addon zip #77
- Support for Vaadin profiler #85
- Support for browsing addons in Vaadin Directory #87
- Support for building source and javadoc jars #76
+ Numerous bugfixes
Vaadin Plugin for Gradle version 0.7.1
Gradle Vaadin plugin 0.7.1 contains the following fixes:
- Fixed javadoc task from failing to find dependencies #91
- Added missing manageRepositories property setter
- Prevent plugin from fetching Vaadin 7 alpha/beta versions by default
Vaadin Plugin for Gradle version 0.7.2
Gradle Vaadin plugin 0.7.2 contains the following fixes:
- Support for Vaadin 7.2, 7.3 and 7.4 #102
Vaadin Plugin for Gradle version 0.8
Gradle Vaadin plugin 0.8 contains the following features and fixes:
- Java 6 support dropped #94
- All tasks prefixed with vaadin- to prevent task conflicts #89
- Dropped Vaadin 6 support #96
- Removed deprecated vaadin.servletVersion and vaadin.gwt.version #96
- Changed GWT compile to be strict and collapsed #95
- Use SimpleTemplateEngine to generate source files #98
- Improved compatibility with idea plugin #101
- Better support for addon SCSS styles #105
- Added task for generated addon themes #106
- Added property vaadin.gwt.gwtSdkFirstInClasspath to support multiple jdt versions on classpath #63
- SuperDevMode again works #93
For a more detailed list see https://github.com/johndevs/gradle-vaadin-plugin/issues?labels=0.8&state=closed
Vaadin Plugin for Gradle version 0.8.2
Gradle Vaadin plugin 0.8.2 contains the following fixes:
- Ensure compatibility with Gradle 2.0 #113
- Use predefined scopes with IDEA
- Fix syntax for appending elements to a collection
- Remove hardcoded Eclipse class output director #118
For a more detailed list see https://github.com/johndevs/gradle-vaadin-plugin/issues?q=label%3A0.8.2+is%3Aclosed
Vaadin Plugin for Gradle version 0.8.2.gradle1
Backward compatible version with Gradle 1.x.