We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d675c commit 54ab648Copy full SHA for 54ab648
docs/build.gradle
@@ -226,6 +226,12 @@ buildRestTests.doFirst {
226
buildRestTests.setups['bank'].replace('#bank_data#', accounts)
227
}
228
229
+compileTestJava {
230
+ // compile classpath leaks org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor but we don't need
231
+ // annotation processors here. This will be the default in Gradle 5.0
232
+ options.compilerArgs += '-proc:none'
233
+}
234
+
235
buildRestTests.setups['range_index'] = '''
236
- do :
237
indices.create:
0 commit comments