Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Quick fix for Gradle 5.2 crash #25

Merged
merged 1 commit into from
Feb 11, 2019
Merged

Commits on Feb 11, 2019

  1. Quick fix for Gradle 5.2 crash

    Catch Throwable instead of Exception to catch that `method` is removed. This will at least fix the crash. 
    
    The real solution would be to replace `JavaReflectionUtil.method` with regular reflection.
    tasomaniac committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    818325d View commit details
    Browse the repository at this point in the history