Skip to content
Snippets Groups Projects
Commit 9d160fd4 authored by felmer's avatar felmer
Browse files

SP-970, SWE-22: Fixing broken GWT compile task

SVN: 30038
parent aac8cb07
No related branches found
No related tags found
No related merge requests found
...@@ -28,13 +28,13 @@ dependencies { ...@@ -28,13 +28,13 @@ dependencies {
compile project(':screening'), compile project(':screening'),
project(':rtd_phosphonetx') project(':rtd_phosphonetx')
providedCompile 'google:gwt-user:2.4', providedCompile 'google:gwt-user:2.4'
'google:gwt-dev:2.4'
providedRuntime "eclipse:jetty-util:${jettyVersion}.v20121106", providedRuntime "eclipse:jetty-util:${jettyVersion}.v20121106",
"eclipse:jetty-deploy:${jettyVersion}.v20121106" "eclipse:jetty-deploy:${jettyVersion}.v20121106"
gwt 'reveregroup:gwt-image-loader:1.1.4' gwt 'reveregroup:gwt-image-loader:1.1.4',
'google:gwt-dev:+'
zipping "eclipse:jetty-distribution:${jettyVersion}@zip" zipping "eclipse:jetty-distribution:${jettyVersion}@zip"
...@@ -83,9 +83,9 @@ buildscript { ...@@ -83,9 +83,9 @@ buildscript {
repositories repositoryConfig repositories repositoryConfig
dependencies { dependencies {
classpath 'apache:commons-codec:+' classpath 'apache:commons-codec:+'
} }
} }
task compileGwt (dependsOn: classes, type: JavaExec) { task compileGwt (dependsOn: classes, type: JavaExec) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment