YOUNG HO CHA (aka ganachoco)
YOUNG HO CHA (aka ganachoco)
zxing-android-embedded is not using android.support library, any more. So, it's time to disable jetifier.
### Description Since gradle 7.5 ( and Java 9+), jvm behavior of test runner was changed. https://docs.gradle.org/7.5/userguide/upgrading_version_7.html#removes_implicit_add_opens_for_test_workers ``` Prior to Gradle 7.5, JDK modules java.base/java.util and java.base/java.lang were automatically opened...
### Overview When [`jetifier`](https://developer.android.com/jetpack/androidx/releases/jetifier) is disabled, unittest will be failed which is using playservice shadow. Because it still references`android.support` namespace to access fragment APIs. Now a days, no one is...
**Describe the bug** Until oss-licenses-plugin 0.10.4, license of `javax.annotation API` was displayed as `javax.annotation:javax.annotation-api`. But since oss-licenses-plugin 0.10.5, license is displayed as `${extension.name} API` **Screenshots** * oss-licenses-plugin 0.10.4:  *...
**Describe the bug** This is related with https://github.com/google/play-services-plugins/issues/25 Several maven artifact does not provide license info on POM (such as retrofit, moshi and etc.. ) Also, several libraries can be...
Fixed #139
**Describe the bug** In my internal project, when perform `getDependencies` task, it prints about 15000 lines because of failed dependencies resolution, and CI system(such as Jenkins) gets slower to process...
`Configuration Cache`([link](https://docs.gradle.org/current/userguide/configuration_cache.html)) is a new (still experimental) gradle feature to improve build performance since Gradle 6.6 When `Configuration Cache` is enabled, gradle with `Feature Flag plugin` shows following error ```...