Commit Graph

6 Commits

Author SHA1 Message Date
Rossen Stoyanchev
0260d79092 Add OptionalDependenciesPlugin 2020-05-01 07:39:23 +01:00
Brian Clozel
92ed854f97 Remove Gradle propdeps plugin
This commit removes the propdeps plugin.
"provided" configurations are replaced with "compileOnly", "testCompile"
configurations.
The "optional" configuration supported by propdeps is now replaced by a
local Gradle plugin defining a specific configuration for that.

As a result of that change, optional/provided dependencies are not
published with the POMs anymore.
2020-05-01 07:36:27 +01:00
Rossen Stoyanchev
10a77876ad Remove MergePlugin and buildSrc 2017-01-06 16:47:19 -05:00
Rossen Stoyanchev
b28616e6af Update build plugins and scripts 2015-06-03 17:57:23 -04:00
Rossen Stoyanchev
266b018a9d Add MergePlugin source 2014-03-07 14:41:37 -05:00
Rossen Stoyanchev
3c1ef54f50 Add spring-js-tiles3 module
Issue: SWF-1575
2014-03-06 22:07:11 -05:00