Skip to content

Commit

Permalink
0005252: Fix IllegalArgumentException on Manage Outgoing Batches screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Marzullo committed Jun 20, 2022
1 parent 7eba59d commit a693061
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion symmetric-assemble/build.gradle
Expand Up @@ -18,7 +18,7 @@ buildscript {
plugins {
id "org.sonarqube" version "3.3"
id "com.github.hierynomus.license" version "0.15.0"
id 'com.vaadin' version '0.14.8.1' apply false
id 'com.vaadin' version "$vaadinPluginVersion" apply false
}

apply plugin: 'java-library'
Expand Down
3 changes: 2 additions & 1 deletion symmetric-assemble/gradle.properties
Expand Up @@ -12,7 +12,8 @@ publishPort=?
publishServer=symmetricds.org
sourceforgeUser=?
sourceforgePassword=?
vaadinVersion=14.8.1
vaadinVersion=14.8.13
vaadinPluginVersion=0.14.8.1
org.gradle.daemon=false
latestPreviousVersion=3.12.10
restAPISecret=?
Expand Down
2 changes: 1 addition & 1 deletion symmetric-sqlexplorer/build.gradle
Expand Up @@ -55,7 +55,7 @@ dependencies {
testCompile "org.eclipse.jetty:jetty-webapp:$jettyVersion"
testCompile "org.eclipse.jetty.websocket:javax-websocket-server-impl:$jettyVersion"

implementation "com.vaadin:vaadin-core:14.+"
implementation "com.vaadin:vaadin-core:$vaadinVersion"
}

assemble.dependsOn jar

0 comments on commit a693061

Please sign in to comment.