Skip to content

Commit 3b3369a

Browse files
committed
add a comment explaining what the package does
1 parent e45da15 commit 3b3369a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clients/algoliasearch-client-java-2/api/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
14
import me.champeau.gradle.japicmp.JapicmpTask
25

36
plugins {
@@ -20,7 +23,6 @@ dependencies {
2023
latest(projects.algoliasearchCore)
2124
}
2225

23-
2426
def japicmp = tasks.register('japicmp', JapicmpTask) {
2527
dependsOn tasks.findByName("jar")
2628
oldClasspath.setFrom(baselineConfig)

0 commit comments

Comments
 (0)