Skip to content

Commit

Permalink
Fix japicmp
Browse files Browse the repository at this point in the history
  • Loading branch information
melix committed Oct 9, 2023
1 parent e23c5b1 commit 999f840
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ plugins {
id 'io.micronaut.build.internal.test-resources-base'
id "io.micronaut.build.internal.module"
}

micronautBuild {
binaryCompatibility {
baselineVersion = ((version-'-SNAPSHOT').split('[.]') as List).withIndex().collect { v, i -> (i == 2 ? Integer.parseInt(v) -1 : v) as String }.join('.')
}
}

0 comments on commit 999f840

Please sign in to comment.