ehcache / ehcache2

9 stars 34 forks source link

java 17 supported jar location ehcache2 #49

Open rizwan-ishtiaq opened 1 year ago

rizwan-ishtiaq commented 1 year ago

Team, i can see source now support java 17. But jar is not on MvnRepository - central. Latest jar on Central is 2.10.9.2

I have seen on MvnRepository - Terracotta latest version is 2.11.0.3.31

But Terracotta can't be access without key. How i can get latest jar which support java 17 from maven?

chadlwilson commented 1 year ago

Well, if you're using Gradle you could add the Terracotta repository as being available I guess, e.g

repositories {
  mavenCentral()
  maven { url 'https://repo.terracotta.org/maven2/' }
}

You can download artifacts from the repo, you just can't browse it: https://repo.terracotta.org/maven2/net/sf/ehcache/ehcache/maven-metadata.xml