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 e45da15 commit 3b3369aCopy full SHA for 3b3369a
clients/algoliasearch-client-java-2/api/build.gradle
@@ -1,3 +1,6 @@
1
+// This package is to check the public API (binary) compatibility of the latest
2
+// published release with `algoliasearch-client-java` package.
3
+
4
import me.champeau.gradle.japicmp.JapicmpTask
5
6
plugins {
@@ -20,7 +23,6 @@ dependencies {
20
23
latest(projects.algoliasearchCore)
21
24
}
22
25
-
26
def japicmp = tasks.register('japicmp', JapicmpTask) {
27
dependsOn tasks.findByName("jar")
28
oldClasspath.setFrom(baselineConfig)
0 commit comments