From 755f05e669d1ba5b1963797b8134173be94a3f64 Mon Sep 17 00:00:00 2001 From: Ilya Chernikov Date: Mon, 19 Feb 2018 10:10:07 +0100 Subject: [PATCH] Switch to gradle 4.6 --- gradle/project-schema.json | 272 ++++++++++++++++++++++- gradle/wrapper/gradle-wrapper.jar | Bin 54727 -> 54334 bytes gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 272 insertions(+), 2 deletions(-) diff --git a/gradle/project-schema.json b/gradle/project-schema.json index 9daf2e92d1f..8bfe6aacee6 100644 --- a/gradle/project-schema.json +++ b/gradle/project-schema.json @@ -9,7 +9,7 @@ ], "extensions": { "ext": "org.gradle.api.plugins.ExtraPropertiesExtension", - "buildScan": "com.gradle.scan.plugin.internal.api.f", + "buildScan": "com.gradle.scan.plugin.internal.api.g", "idea": "org.gradle.plugins.ide.idea.model.IdeaModel" } }, @@ -19,6 +19,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -34,6 +35,7 @@ "runtimeElements", "runtimeJar", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -73,6 +75,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "antLauncherJar", "apiElements", "archives", @@ -88,6 +91,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -133,6 +137,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -147,6 +152,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -180,6 +186,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -194,6 +201,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -216,6 +224,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "classes-dirs", @@ -232,6 +241,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -255,6 +265,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -269,6 +280,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -291,6 +303,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -305,6 +318,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -328,6 +342,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -342,6 +357,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -377,6 +393,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -393,6 +410,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -417,6 +435,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -433,6 +452,7 @@ "runtimeElements", "runtimeJar", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -457,6 +477,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -473,6 +494,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -497,6 +519,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -514,6 +537,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -538,6 +562,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -556,6 +581,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -600,6 +626,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -617,6 +644,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -641,6 +669,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -658,6 +687,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -682,6 +712,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -698,6 +729,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -722,6 +754,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -737,6 +770,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -760,6 +794,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -775,6 +810,7 @@ "runtimeElements", "runtimeJar", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -798,6 +834,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -814,6 +851,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -839,6 +877,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -860,6 +899,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -882,6 +922,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -898,6 +939,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -925,6 +967,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -940,6 +983,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -962,6 +1006,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -979,6 +1024,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1003,6 +1049,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1021,6 +1068,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1045,6 +1093,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "agp25AnnotationProcessor", "agp25Compile", "agp25CompileClasspath", "agp25CompileOnly", @@ -1052,6 +1101,7 @@ "agp25Runtime", "agp25RuntimeClasspath", "agp25RuntimeOnly", + "annotationProcessor", "apiElements", "archives", "compile", @@ -1069,6 +1119,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1096,6 +1147,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1110,6 +1162,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1134,6 +1187,7 @@ }, "configurations": [ "androidSdk", + "annotationProcessor", "apiElements", "archives", "compile", @@ -1147,6 +1201,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1169,6 +1224,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1183,6 +1239,7 @@ "runtimeElements", "runtimeJar", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1204,6 +1261,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1219,6 +1277,7 @@ "runtimeElements", "runtimeJar", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1259,6 +1318,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1275,6 +1335,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1299,6 +1360,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1315,6 +1377,7 @@ "runtimeElements", "runtimeJar", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1338,6 +1401,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1354,6 +1418,7 @@ "runtimeElements", "runtimeJar", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1377,6 +1442,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1393,6 +1459,7 @@ "runtimeOnly", "shadows", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1414,6 +1481,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1427,6 +1495,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1449,6 +1518,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1465,6 +1535,7 @@ "runtimeElements", "runtimeJar", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1488,6 +1559,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1503,6 +1575,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1527,6 +1600,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1543,6 +1617,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1567,6 +1642,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1584,6 +1660,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1609,6 +1686,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1625,6 +1703,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1649,6 +1728,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1665,6 +1745,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1689,6 +1770,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1706,6 +1788,7 @@ "runtimeJar", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1730,6 +1813,8 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", + "annotationsAnnotationProcessor", "annotationsCompile", "annotationsCompileClasspath", "annotationsCompileOnly", @@ -1740,6 +1825,7 @@ "apiElements", "archives", "builtins", + "builtinsAnnotationProcessor", "builtinsCompile", "builtinsCompileClasspath", "builtinsCompileOnly", @@ -1752,6 +1838,7 @@ "compileOnly", "default", "distJar", + "experimentalAnnotationProcessor", "experimentalCompile", "experimentalCompileClasspath", "experimentalCompileOnly", @@ -1771,6 +1858,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1795,6 +1883,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1808,6 +1897,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1831,6 +1921,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1846,6 +1937,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1870,6 +1962,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1885,6 +1978,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1909,6 +2003,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1924,6 +2019,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1948,6 +2044,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -1963,6 +2060,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -1987,8 +2085,10 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", + "builtinsAnnotationProcessor", "builtinsCompile", "builtinsCompileClasspath", "builtinsCompileOnly", @@ -2001,6 +2101,7 @@ "compileOnly", "default", "distJar", + "experimentalAnnotationProcessor", "experimentalCompile", "experimentalCompileClasspath", "experimentalCompileOnly", @@ -2015,6 +2116,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2050,6 +2152,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2065,6 +2168,7 @@ "runtimeElements", "runtimeJar", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2120,6 +2224,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2135,6 +2240,7 @@ "runtimeElements", "runtimeJar", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2157,6 +2263,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2170,6 +2277,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2203,6 +2311,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2218,6 +2327,7 @@ "runtimeJar", "runtimeOnly", "springClasspath", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2240,6 +2350,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2254,6 +2365,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2276,6 +2388,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2290,6 +2403,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2312,6 +2426,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2326,6 +2441,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2348,6 +2464,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2362,6 +2479,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2385,6 +2503,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2399,6 +2518,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2421,6 +2541,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2435,6 +2556,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2457,6 +2579,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2471,6 +2594,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2494,6 +2618,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2508,6 +2633,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2530,6 +2656,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2544,6 +2671,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2566,6 +2694,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2581,6 +2710,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2603,6 +2733,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2617,6 +2748,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2639,6 +2771,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2653,6 +2786,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2675,6 +2809,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2689,6 +2824,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2712,6 +2848,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2726,6 +2863,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2748,6 +2886,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2762,6 +2901,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2784,6 +2924,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2798,6 +2939,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2820,6 +2962,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2834,6 +2977,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2856,6 +3000,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2870,6 +3015,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2892,6 +3038,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2906,6 +3053,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2928,6 +3076,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2942,6 +3091,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -2964,6 +3114,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -2978,6 +3129,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3001,6 +3153,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3015,6 +3168,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3038,6 +3192,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3052,6 +3207,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3074,6 +3230,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3088,6 +3245,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3110,6 +3268,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3124,6 +3283,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3157,6 +3317,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3171,6 +3332,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3193,6 +3355,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3207,6 +3370,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3229,6 +3393,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3242,6 +3407,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3264,6 +3430,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3278,6 +3445,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3370,6 +3538,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3384,6 +3553,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3457,6 +3627,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3470,6 +3641,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3492,6 +3664,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3506,6 +3679,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3528,6 +3702,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3541,6 +3716,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3563,6 +3739,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3577,6 +3754,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3600,6 +3778,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3614,6 +3793,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3636,6 +3816,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3650,6 +3831,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3673,6 +3855,7 @@ }, "configurations": [ "androidSdk", + "annotationProcessor", "apiElements", "archives", "compile", @@ -3687,6 +3870,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3710,6 +3894,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3723,6 +3908,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3745,6 +3931,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3759,6 +3946,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3782,6 +3970,7 @@ }, "configurations": [ "androidSdk", + "annotationProcessor", "apiElements", "archives", "compile", @@ -3797,6 +3986,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3820,6 +4010,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3834,6 +4025,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3856,6 +4048,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3871,6 +4064,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3893,6 +4087,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3907,6 +4102,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3930,6 +4126,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3944,6 +4141,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -3967,6 +4165,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -3982,6 +4181,7 @@ "runtimeElements", "runtimeJar", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4004,6 +4204,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4016,6 +4217,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4036,6 +4238,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4050,6 +4253,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4072,6 +4276,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4086,6 +4291,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4108,6 +4314,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4122,6 +4329,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4144,6 +4352,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4158,6 +4367,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4180,6 +4390,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4194,6 +4405,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4216,6 +4428,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "antLauncherJar", "apiElements", "archives", @@ -4231,6 +4444,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4255,6 +4469,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4269,6 +4484,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4293,6 +4509,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4305,6 +4522,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4327,6 +4545,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4339,6 +4558,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4361,6 +4581,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4373,6 +4594,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4394,6 +4616,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4409,6 +4632,7 @@ "runtimeElements", "runtimeJar", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4431,6 +4655,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4444,6 +4669,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4467,6 +4693,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4480,6 +4707,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4503,6 +4731,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4516,6 +4745,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4539,6 +4769,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4554,6 +4785,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4577,6 +4809,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4594,6 +4827,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4618,6 +4852,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4635,6 +4870,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4659,6 +4895,7 @@ "maven": "org.gradle.api.plugins.MavenPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4676,6 +4913,7 @@ "runtimeElements", "runtimeOnly", "signatures", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4699,6 +4937,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4713,6 +4952,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4736,6 +4976,7 @@ }, "configurations": [ "androidJar", + "annotationProcessor", "apiElements", "archives", "compile", @@ -4754,6 +4995,7 @@ "runtimeElements", "runtimeJar", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4779,6 +5021,7 @@ "configurations": [ "androidJar", "androidSdk", + "annotationProcessor", "apiElements", "archives", "compile", @@ -4794,6 +5037,7 @@ "runtimeElements", "runtimeJar", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4818,6 +5062,7 @@ }, "configurations": [ "androidSdk", + "annotationProcessor", "apiElements", "archives", "compile", @@ -4832,6 +5077,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4855,6 +5101,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4869,6 +5116,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4891,6 +5139,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4906,6 +5155,7 @@ "runtimeElements", "runtimeJar", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4928,6 +5178,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4942,6 +5193,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -4964,6 +5216,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -4978,6 +5231,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -5001,6 +5255,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -5015,6 +5270,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -5048,6 +5304,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -5060,6 +5317,7 @@ "runtimeElements", "runtimeJar", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -5080,6 +5338,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -5092,6 +5351,7 @@ "runtimeElements", "runtimeJar", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -5131,6 +5391,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -5144,6 +5405,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testArtifacts", "testCompile", "testCompileClasspath", @@ -5167,6 +5429,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -5180,6 +5443,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -5202,6 +5466,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -5215,6 +5480,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -5237,6 +5503,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -5250,6 +5517,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", @@ -5272,6 +5540,7 @@ "java": "org.gradle.api.plugins.JavaPluginConvention" }, "configurations": [ + "annotationProcessor", "apiElements", "archives", "compile", @@ -5285,6 +5554,7 @@ "runtimeClasspath", "runtimeElements", "runtimeOnly", + "testAnnotationProcessor", "testCompile", "testCompileClasspath", "testCompileOnly", diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 27768f1bbac3ce2d055b20d521f12da78d331e8e..0cf38f411087eaa5762df36ed51a8dc744270a65 100644 GIT binary patch delta 15782 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

}@ndNsH-pL(#Mos1ia!Kq&r2 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 l_mmC{ZxATA!bpx{|BK&rS1R# delta 16247 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