File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ### Version 0.53.1
4+ * Add support for exporting raw dependencies from okbuck
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.52.4 '
12+ classpath 'com.uber:okbuck:0.53.1 '
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.52.4 '
24+ classpath 'com.uber:okbuck:0.53.1 '
2525 }
2626}
2727
Original file line number Diff line number Diff line change 11GROUP =com.uber
2- VERSION_NAME =0.53.1-SNAPSHOT
2+ VERSION_NAME =0.53.1
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