You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've had this plugin incorporated into our Android project for a couple years. Recently, we re-ran the gradle plugin and realized that it's printing out an empty report. The configuration is being set to 'compile'. Any idea what might have caused this? Could it be an update to gradle? I'm not really sure how to debug this.
The text was updated successfully, but these errors were encountered:
Update. I remember that a while back, after updating gradle we started seeing that the 'compile' items in the dependencies section of our gradle file were deprecated. The recommended fix was to change those from 'compile' to 'implementation'. That seems to have caused this problem. If I change them back to 'compile' it works again. Is there a fix for this, or a configuration that I can change, to make the license report work again?
We've had this plugin incorporated into our Android project for a couple years. Recently, we re-ran the gradle plugin and realized that it's printing out an empty report. The configuration is being set to 'compile'. Any idea what might have caused this? Could it be an update to gradle? I'm not really sure how to debug this.
The text was updated successfully, but these errors were encountered: