Releases: uber/okbuck
Releases · uber/okbuck
v0.40.1
Bugfixes
Fix a NullPointerException happening on the use of ndkCompile (#690 )
Do not pickup source jars which are not actually zip files (#694 )
Remove comments from android manifests during merging (#695 )
v0.40.0
Bugfixes
Fix a few file leaks
Fix ConcurrentModificationException (#686 )
Breaking Changes
Upgrade Android Gradle Plugin to 3.2.0-beta01 to continue using okbuck. Lower versions of AGP are no longer compatible
v0.39.3
Bugfixes
Fix version removal logic to enable kotlin 1.2.50 upgrade (#684 )
v0.39.2
Enhancements
Improved classifier support for generated mvn_coords. (#678 )
Bugfixes
fixing skip check bug (#677 ). Note: Please update the buck wrapper using ./gradlew :buckWrapper
to get the bugfix
v0.39.0
Enhancements
Add support for kotlin allopen (#670 )
Bugfixes
Fix kotlin, scala and wrapper extensions initialization. (#664 )
v0.38.2
Enhancements
Rewrite okbuck in java instead of groovy
Add support to generate maven coordinates for jvm targets (#652 )
v0.38.0
Enhancements
Populate maven_coords attribute for prebuilt jars and aars (#647 )
Add maven coords to scala_library. (#648 )
Remove useAnnotationProcessorPlugin experimental flag. (#650 )
Potential Breaking Changes
useAnnotationProcessorPlugin
has been removed from experimental okbuck extension block. It is now the default
v0.37.3
Bugfixes
Use ConcurrentHashMap in annotation processor cache to prevent any race conditions (#639 )
Keep annotation processor plugins rule name’s length small (#638 )
Fix extraBuckOpts to have more generic type. (#640 )
v0.37.2
Bugfixes
Fix fetchSources for IntelliJ project. (#637 )
You can’t perform that action at this time.