Skip to content

Commit

Permalink
uncomment japicmpCompareTarget in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhmaurya committed Nov 18, 2024
1 parent 0fd29c3 commit 8f7d368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ tasks.named("testingConventions").configure {
}
}

Set to current version by default
// Set to current version by default
def japicmpCompareTarget = System.getProperty("japicmp.compare.version")
if (japicmpCompareTarget == null) { /* use latest released version */
// Read the list from maven central.
Expand Down

0 comments on commit 8f7d368

Please sign in to comment.