We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c64f0 commit 5a64d27Copy full SHA for 5a64d27
CHANGELOG.md
@@ -4,4 +4,8 @@
4
* Add support for exporting raw dependencies from okbuck
5
6
### Version 0.53.2
7
-* Bug fix to handle export dependencies file path correctly.
+* Bug fix to handle export dependencies file path correctly.
8
+
9
+### Version 0.53.3
10
+* Add configuration cleanCacheDir to conditionally delete the cache directory or
11
+ just the existing dependency rules files
buildSrc/gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=com.uber
2
-VERSION_NAME=0.53.3-SNAPSHOT
+VERSION_NAME=0.53.3
3
POM_DESCRIPTION=A Gradle plugin that lets developers utilize the Buck build system on a Gradle project
POM_URL=https://github.com/uber/okbuck/
POM_SCM_URL=https://github.com/uber/okbuck/
0 commit comments