Skip to content

Commit 2a2a74b

Browse files
committed
Remove commented out gradle configuration.
1 parent 9776441 commit 2a2a74b

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

build.gradle

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,6 @@
1717
* - ASL 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
1818
*/
1919

20-
/*
21-
* This has to be here... It will not be taken into account in common.gradle!
22-
*
23-
* Looks like a serious bug... See also:
24-
*
25-
* http://forums.gradle.org/gradle/topics/buildscript_in_subprojects_ignored
26-
*/
27-
//buildscript {
28-
// repositories {
29-
// maven {
30-
// url "http://repo.springsource.org/plugins-release";
31-
// }
32-
// }
33-
// dependencies {
34-
// classpath(group: "org.springframework.build.gradle",
35-
// name: "propdeps-plugin", version: "0.0.5");
36-
// }
37-
//};
38-
//
39-
//configure(allprojects) {
40-
// apply(plugin: "propdeps");
41-
// apply(plugin: "propdeps-maven");
42-
// apply(plugin: "propdeps-idea");
43-
// apply(plugin: "propdeps-eclipse");
44-
//}
45-
4620
plugins {
4721
id("net.ltgt.errorprone") version "0.8.1" apply false
4822
}

0 commit comments

Comments
 (0)