Repository: incubator-wave Updated Branches: refs/heads/fix/dependendices-2016 61c1b21c7 -> 314ddcc70
make gwt compilation incremental Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/854d5606 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/854d5606 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/854d5606 Branch: refs/heads/fix/dependendices-2016 Commit: 854d5606bf4003b72edd5445d3f05a4a2fc18b73 Parents: 61c1b21 Author: wisebaldone <wisebald...@apache.org> Authored: Fri Nov 18 22:31:20 2016 +1000 Committer: wisebaldone <wisebald...@apache.org> Committed: Fri Nov 18 22:31:20 2016 +1000 ---------------------------------------------------------------------- wave/build.gradle | 51 ++++++++++++++++++-------------------------------- 1 file changed, 18 insertions(+), 33 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/854d5606/wave/build.gradle ---------------------------------------------------------------------- diff --git a/wave/build.gradle b/wave/build.gradle index ed34626..24d0dcb 100644 --- a/wave/build.gradle +++ b/wave/build.gradle @@ -103,41 +103,30 @@ repositories { url 'https://oss.sonatype.org/service/local/repositories/snapshots/content/' } } -configurations.gwt { +configurations.compile { resolutionStrategy { - failOnVersionConflict() + //failOnVersionConflict() } } dependencies { compile ( - [group: "com.google.gwt", name: "gwt-dev", version: "2.8.0"], // [?, ?] - [group: "com.google.gwt", name: "gwt-user", version: "2.8.0"], // [?, ?] - [group: "com.google.gwt", name: "gwt-codeserver", version: "2.8.0"], // [?, ?] - //[group: "cc.kune", name: "gwt-initials-avatars-shared", version: "1.0-SNAPSHOT"], // [?, ?] - //[group: "cc.kune", name: "gwt-initials-avatars-server", version: "1.0-SNAPSHOT"], // [?, ?] - [group: "commons-fileupload", name: "commons-fileupload", version: "1.2.2"], // [?, ?] - [group: "commons-cli", name: "commons-cli", version: "1.2"], // [?, ?] - [group: "commons-codec", name: "commons-codec", version: "1.4"], // [?, ?] + [group: "com.google.code.gson", name: "gson", version: "2.8.0"], // [11/2016, 1/2018] + [group: "com.google.guava", name: "guava", version: "20.0"], // [11/2016, 1/2018] + [group: "com.google.guava", name: "guava-gwt", version: "20.0"], // [11/2016, 1/2018] + [group: "com.google.gwt", name: "gwt-dev", version: "2.8.0"], // [11/2016, 1/2018] + [group: "com.google.gwt", name: "gwt-user", version: "2.8.0"], // [11/2016, 1/2018] + [group: "com.google.gwt", name: "gwt-codeserver", version: "2.8.0"], // [11/2016, 1/2018] + [group: "com.google.gxp", name: "google-gxp", version: "0.2.4-beta"], // [?, ?] + [group: "com.google.protobuf", name: "protobuf-java", version: "2.6.1"], // [?, ?] + [group: "com.googlecode.protobuf-java-format", name: "protobuf-java-format", version: "1.2"], // [?, ?] + [group: "com.typesafe", name: "config", version: "1.2.1"], // [?, ?] + [group: "commons-codec", name: "commons-codec", version: "1.10"], // [?, ?] [group: "commons-io", name: "commons-io", version: "2.4"], // [?, ?] [group: "commons-collections", name: "commons-collections", version: "3.2.2"], // [?, ?] [group: "commons-configuration", name: "commons-configuration", version: "1.6"], // [?, ?] [group: "commons-httpclient", name: "commons-httpclient", version: "3.1"], // [?, ?] [group: "commons-lang", name: "commons-lang", version: "2.5"], // [?, ?] - [group: "commons-logging", name: "commons-logging-api", version: "1.1"], // [?, ?] - [group: "commons-logging", name: "commons-logging", version: "1.1.1"], // [?, ?] - [group: "com.google.code.findbugs", name: "jsr305", version: "2.0.1"], // [?, ?] - [group: "com.google.code.gson", name: "gson", version: "2.2.4"], // [?, ?] - [group: "com.google.guava", name: "guava", version: "20.0"], // [?, ?] - [group: "com.google.guava", name: "guava-gwt", version: "20.0"], // [?, ?] - [group: "com.google.gxp", name: "google-gxp", version: "0.2.4-beta"], // [?, ?] - [group: "com.google.inject.extensions", name: "guice-assistedinject", version: "3.0"], // [?, ?] - [group: "com.google.inject.extensions", name: "guice-servlet", version: "3.0"], // [?, ?] - [group: "com.google.inject", name: "guice", version: "3.0"], // [?, ?] - [group: "com.google.protobuf", name: "protobuf-java", version: "2.6.1"], // [?, ?] - [group: "com.googlecode.protobuf-java-format", name: "protobuf-java-format", version: "1.2"], // [?, ?] - [group: "com.typesafe", name: "config", version: "1.2.1"], // [?, ?] - [group: "dom4j", name: "dom4j", version: "1.6.1"], // [?, ?] - [group: "eu.infomas", name: "annotation-detector", version: "3.0.0"], // [?, ?] + [group: "commons-fileupload", name: "commons-fileupload", version: "1.3.2"], // [11/2016, 1/2018] [group: "org.antlr", name: "antlr", version: "3.2"], // [?, ?] [group: "org.apache.velocity", name: "velocity", version: "1.6.3"], // [?, ?] [group: "org.apache.lucene", name: "lucene-core", version: "3.5.0"], // [?, ?] @@ -169,14 +158,9 @@ dependencies { [group: "javax.inject", name: "javax.inject", version: "1"], // [?, ?] [group: "javax.servlet", name: "javax.servlet-api", version: "3.1.0"], // [?, ?] [group: "javax.jdo", name: "jdo2-api", version: "2.1"], // [?, ?] - [group: "jline", name: "jline", version: "0.9.94"], // [?, ?] - [group: "joda-time", name: "joda-time", version: "1.6"], // [?, ?] [group: "net.oauth.core", name: "oauth-provider", version: "20100527"], // [?, ?] [group: "net.oauth.core", name: "oauth", version: "20100527"], // [?, ?] [group: "net.oauth.core", name: "oauth-consumer", version: "20100527"], // [?, ?] - [group: "xerces", name: "xercesImpl", version: "2.11.0"], // [?, ?] - [group: "xpp3", name: "xpp3", version: "1.1.4c"], // [?, ?] - [group: "xpp3", name: "xpp3_xpath", version: "1.1.4c"], // [?, ?] //TODO: Following are included due to tests being in the main src directory [group: "org.mockito", name: "mockito-all", version: "1.9.5"], // [?, ?] [group: "org.hamcrest", name: "hamcrest-all", version: "1.3"] // [?, ?] @@ -205,9 +189,9 @@ dependencies { [group: "org.jmock", name: "jmock-junit3", version: "2.6.0"], // [?, ?] [group: "org.jmock", name: "jmock", version: "2.6.0"], // [?, ?] [group: "org.mockito", name: "mockito-all", version: "1.9.5"], // [?, ?] - [group: "com.google.gwt", name: "gwt-dev", version: "2.8.0"], // [?, ?] - [group: "com.google.gwt", name: "gwt-user", version: "2.8.0"], // [?, ?] - [group: "com.google.gwt", name: "gwt-codeserver", version: "2.8.0"], // [?, ?] + //[group: "com.google.gwt", name: "gwt-dev", version: "2.8.0"], // [?, ?] + //[group: "com.google.gwt", name: "gwt-user", version: "2.8.0"], // [?, ?] + //[group: "com.google.gwt", name: "gwt-codeserver", version: "2.8.0"], // [?, ?] ) } @@ -301,6 +285,7 @@ task compileGwt { description = 'Compiles the GWT sources for production' FileTree inputFiles = fileTree(dir: 'generated/src/main/java', include: '**/*.java') inputs.property "files", inputFiles + outputs.dir "${project.buildDir}" doLast { javaexec { main = "com.google.gwt.dev.Compiler"