Skip to content

Commit

Permalink
Upgrade Gradle Vaadin Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Sep 29, 2017
1 parent da7f4e4 commit 99e9838
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modules/qi-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
plugins {
id "fi.jasoft.plugin.vaadin" version "1.1.10"
id 'com.devsoap.plugin.vaadin' version '1.2.4'
}
vaadin {
version=vaadinVersion
addon.title='QI'
manageDependencies = true
}
vaadinAddon {
title='QI'
}

vaadinCompile.gwtSdkFirstInClasspath=true

apply plugin: 'maven-publish'
Expand Down

0 comments on commit 99e9838

Please sign in to comment.