File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 */
3232// buildscript {
3333// repositories {
34- // mavenCentral();
3534// maven {
3635// url "http://repo.springsource.org/plugins-release";
3736// }
3837// }
3938// dependencies {
40- // classpath(group: "eu.appsatori", name: "gradle-fatjar-plugin",
41- // version: "0.2-rc2");
4239// classpath(group: "org.springframework.build.gradle",
4340// name: "propdeps-plugin", version: "0.0.5");
4441// }
@@ -55,7 +52,6 @@ apply(plugin: "java");
5552apply(plugin : " maven" );
5653apply(plugin : " signing" );
5754apply(plugin : " osgi" );
58- // apply(plugin: "fatjar");
5955apply(plugin : " idea" );
6056apply(plugin : " eclipse" );
6157
@@ -102,15 +98,10 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
10298 from javadoc. destinationDir;
10399}
104100
105- // fatJar {
106- // classifier = "full";
107- // }
108-
109101artifacts {
110102 archives jar;
111103 archives sourcesJar;
112104 archives javadocJar;
113- // bad idea: archives fatJar;
114105}
115106
116107task wrapper (type : Wrapper ) {
You can’t perform that action at this time.
0 commit comments