File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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-
4620plugins {
4721 id(" net.ltgt.errorprone" ) version " 0.8.1" apply false
4822}
You can’t perform that action at this time.
0 commit comments