gradle-trust-all icon indicating copy to clipboard operation
gradle-trust-all copied to clipboard

Unsupported major.minor version 52.0

Open cloorc opened this issue 8 years ago • 3 comments

Error:(2, 0) Cause: fi/arteme/trustall/TrustAllPlugin : Unsupported major.minor version 52.0 Open File

I've tried to remove the compatibility settings:

sourceCompatibility = '1.7'
targetCompatibility = '1.7'

And rebuild it but it turns out a failure anyway.

cloorc avatar Nov 11 '16 08:11 cloorc

Thank you for reporting this. I will take a look, but please be aware that even when compiled this plugin is for some reason no longer working with newer gradle versions (see issue #1)...

arteme avatar Nov 11 '16 08:11 arteme

Thanks, it's could be the gradle itself. My gradle version is 1.14.1. I'm still looking for a method to skip verifying the ssl certificate in gradle.

cloorc avatar Nov 12 '16 01:11 cloorc

@soiff I'm looking for too my gradle version is 3.2 failed in this url: https://plugins.gradle.org/m2

zuolinding avatar Jan 10 '17 13:01 zuolinding