Closed vmihailenco closed 3 years ago
I don't have this issue and this app also successfully deployed in heroku. Just try to reinstall your dependencies.
I have also same problem and importing snakeyaml dependency is not working. After I removed manually repository directory (xxx/.m2/repository/org/yaml/snakeyaml) it works.
same situation, thanks, it works for me: rm -rf /Users/xxxxxxxxx/.m2/repository/org/yaml/snakeyaml/1.23
Adding the v1.28 as a dependency to build.gradle fixes the problem for me
Googling says that this is caused by incorrect classifier (android) in 1.27 version...