tencentyun / elasticsearch-repository-cos

The COS repository plugin adds support for using Tencent Cloud COS as a repository for Snapshot/Restore
Apache License 2.0
16 stars 15 forks source link

gradle build failed #12

Open zeronex98 opened 3 years ago

zeronex98 commented 3 years ago

org/elasticsearch/gradle/ExportElasticsearchBuildResourcesTask has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0

using: jdk 1.8.0_131 gradle 5.6.4

XiaoZhiSnow commented 2 years ago

I have meeted the similar question: org/elasticsearch/gradle/plugin/PluginPropertiesExtension has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0

jdk: 1.8.0_321 gradle: 7.4.2

XiaoZhiSnow commented 2 years ago

does it need jdk 10 or later?