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 1cc9eb0 commit 70bae5dCopy full SHA for 70bae5d
build.gradle
@@ -67,8 +67,8 @@ subprojects {
67
group = 'com.github.ben-manes.caffeine'
68
version.with {
69
major = 2 // incompatible API changes
70
- minor = 4 // backwards-compatible additions
71
- patch = 1 // backwards-compatible bug fixes
+ minor = 5 // backwards-compatible additions
+ patch = 0 // backwards-compatible bug fixes
72
releaseBuild = rootProject.hasProperty('release')
73
}
74
archivesBaseName = path[1..-1].replaceAll(':', '-').toLowerCase()
0 commit comments