File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 31
31
*/
32
32
// buildscript {
33
33
// repositories {
34
- // mavenCentral();
35
34
// maven {
36
35
// url "http://repo.springsource.org/plugins-release";
37
36
// }
38
37
// }
39
38
// dependencies {
40
- // classpath(group: "eu.appsatori", name: "gradle-fatjar-plugin",
41
- // version: "0.2-rc2");
42
39
// classpath(group: "org.springframework.build.gradle",
43
40
// name: "propdeps-plugin", version: "0.0.5");
44
41
// }
@@ -55,7 +52,6 @@ apply(plugin: "java");
55
52
apply(plugin : " maven" );
56
53
apply(plugin : " signing" );
57
54
apply(plugin : " osgi" );
58
- // apply(plugin: "fatjar");
59
55
apply(plugin : " idea" );
60
56
apply(plugin : " eclipse" );
61
57
@@ -102,15 +98,10 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
102
98
from javadoc. destinationDir;
103
99
}
104
100
105
- // fatJar {
106
- // classifier = "full";
107
- // }
108
-
109
101
artifacts {
110
102
archives jar;
111
103
archives sourcesJar;
112
104
archives javadocJar;
113
- // bad idea: archives fatJar;
114
105
}
115
106
116
107
task wrapper (type : Wrapper ) {
You can’t perform that action at this time.
0 commit comments