Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Update test vaadin version
Browse files Browse the repository at this point in the history
  • Loading branch information
johndevs committed Dec 29, 2019
1 parent df26d82 commit 28da8cc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies {
compile localGroovy()

compile group: 'com.moowork.node', name: 'com.moowork.node.gradle.plugin', version: '1.3.1'
compile 'com.devsoap:devsoap-license-plugin:1.0.9'
compile 'com.devsoap:devsoap-license-plugin:1.0.13'
compile 'io.github.classgraph:classgraph:4.8.49'
testCompile('org.spockframework:spock-core:1.3-groovy-2.5')

Expand Down
2 changes: 1 addition & 1 deletion local.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
dependencies {
classpath "com.devsoap:gradle-vaadin-flow-plugin:$pluginVersion"
classpath "com.moowork.gradle:gradle-node-plugin:1.2.0"
classpath "com.devsoap:devsoap-license-plugin:1.0.9"
classpath "com.devsoap:devsoap-license-plugin:1.0.13"
classpath 'io.github.classgraph:classgraph:4.8.49'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class FunctionalTest extends Specification {

static final String PLUGIN_ID = 'com.devsoap.vaadin-flow'

static final String DEFAULT_TEST_VAADIN_VERSION = '14.0.11'
static final String DEFAULT_TEST_VAADIN_VERSION = '14.1.2'

@Rule
protected TemporaryFolder testProjectDir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/
package com.devsoap.vaadinflow

import com.devsoap.license.Validator
import com.devsoap.vaadinflow.actions.GrettyDeprecatedPluginAction
import com.devsoap.vaadinflow.actions.GrettyPluginAction
import com.devsoap.vaadinflow.actions.JavaPluginAction
Expand Down Expand Up @@ -112,7 +113,7 @@ class VaadinFlowPlugin implements Plugin<Project> {
register(VersionCheckTask.NAME, VersionCheckTask)
}

afterEvaluate {
Validator.afterLicenseValidated {
disableStatistics(project)
enableProductionMode(project)
validateVaadinVersion(project)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ node.pty.version=0.8.1
node.pty.prebuilt.version=0.7.6
babel.runtime.version=7.5.5
bable.multitarget.plugin.version=2.2.0
devsoap.license.version=1.0.9
devsoap.license.version=1.0.13

0 comments on commit 28da8cc

Please sign in to comment.