Skip to content

Commit e2881bd

Browse files
committed
Remove references to fatjar plugin
1 parent 4678d89 commit e2881bd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,11 @@
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");
5552
apply(plugin: "maven");
5653
apply(plugin: "signing");
5754
apply(plugin: "osgi");
58-
//apply(plugin: "fatjar");
5955
apply(plugin: "idea");
6056
apply(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-
109101
artifacts {
110102
archives jar;
111103
archives sourcesJar;
112104
archives javadocJar;
113-
// bad idea: archives fatJar;
114105
}
115106

116107
task wrapper(type: Wrapper) {

0 commit comments

Comments
 (0)