Update project-info JDKs (#293)

* Update project-info.conf

* remove Temurin naming
This commit is contained in:
PJ Fanning 2023-04-17 23:29:25 +02:00 committed by GitHub
parent b8705bce5a
commit e5dfc90c1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ project-info {
scaladoc: "https://pekko.apache.org/api/pekko/"${project-info.version}"/pekko/"
javadoc: "https://pekko.apache.org/japi/pekko/"${project-info.version}"/pekko/"
shared-info {
jdk-versions: ["Adopt OpenJDK 8", "Adopt OpenJDK 11"]
jdk-versions: ["OpenJDK 8", "OpenJDK 11", "OpenJDK 17"]
snapshots: {
url: "https://pekko.apache.org/docs/pekko/current/project/links.html#snapshots-repository"
text: "Snapshots are available"