File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33### Version 0.53.1
4- * Add support for exporting raw dependencies from okbuck
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.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 jcenter()
1010 }
1111 dependencies {
12- classpath 'com.uber:okbuck:0.53.1 '
12+ classpath 'com.uber:okbuck:0.53.2 '
1313 }
1414}
1515
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
2121 jcenter()
2222 }
2323 dependencies {
24- classpath 'com.uber:okbuck:0.53.1 '
24+ classpath 'com.uber:okbuck:0.53.2 '
2525 }
2626}
2727
Original file line number Diff line number Diff line change 11GROUP =com.uber
2- VERSION_NAME =0.53.2-SNAPSHOT
2+ VERSION_NAME =0.53.2
33POM_DESCRIPTION =A Gradle plugin that lets developers utilize the Buck build system on a Gradle project
44POM_URL =https://github.com/uber/okbuck/
55POM_SCM_URL =https://github.com/uber/okbuck/
You can’t perform that action at this time.
0 commit comments