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 55d9a19 commit cab3167Copy full SHA for cab3167
server/build.gradle
@@ -443,6 +443,8 @@ tasks.named("sourcesJar").configure {
443
/** Compares the current build against a laltest released version or the version supplied through 'japicmp.compare.version' system property */
444
tasks.register("japicmp", me.champeau.gradle.japicmp.JapicmpTask) {
445
logger.info("Comparing public APIs from ${version} to ${japicmpCompareTarget}")
446
+ // See please https://github.com/siom79/japicmp/issues/201
447
+ compatibilityChangeExcludes = [ "METHOD_ABSTRACT_NOW_DEFAULT" ]
448
oldClasspath.from(files("${buildDir}/japicmp-target/opensearch-${japicmpCompareTarget}.jar"))
449
newClasspath.from(tasks.named('jar'))
450
onlyModified = true
0 commit comments