Oleksii
Results
2
issues of
Oleksii
I also added property POM_DEVELOPER_EMAIL and disabled failing build in case of javadoc errors appears.
Sample app in folder `CrossDeviceRockPaperScissors` couldn't be compiled with AppCompat library 1.5.1: ```gradle dependencies { implementation 'androidx.appcompat:appcompat:1.5.1' } ``` ``` FAILURE: Build failed with an exception. * What went wrong:...