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

I want to get the version of es6.7 #2

Closed sanjun1995 closed 2 years ago

sanjun1995 commented 4 years ago

How should I do? There is no pom here. I can't use mvn clean package. Can es6.7 use the release v6.8 you provided? Or I changed the suffix directly and changed 6.8 to 6.7.

Ethan-Zhang commented 4 years ago

from version 6.8, the project tend to be use gradle instead of maven to manage building. So, you could change the esVersion in gradle.properties and use gradle build to build the package. Or wait I create a version 6.7 branch here latest this week.

sanjun1995 commented 4 years ago

OK, I'll try it, thank you.