Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

java 17 supported jar location ehcache2 #49

Open
rizwan-ishtiaq opened this issue May 26, 2023 · 1 comment
Open

java 17 supported jar location ehcache2 #49

rizwan-ishtiaq opened this issue May 26, 2023 · 1 comment

Comments

@rizwan-ishtiaq
Copy link

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants