Skip to content

Commit

Permalink
* Added zulu JDK 13.0.0 (sdkman#155)
Browse files Browse the repository at this point in the history
* * Added zulu JDK 13.0.0

* * Corrected version for zulu jdk 13.0.0
  • Loading branch information
philiplourandos authored and marc0der committed Sep 19, 2019
1 parent f168cfc commit 54ff1af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/scala/io/sdkman/changelogs/JavaMigrations.scala
Expand Up @@ -629,4 +629,13 @@ class JavaMigrations {
.insert()
}

@ChangeSet(order = "186", id = "186-zulu_13.0.0", author = "philiplourandos")
def migrate186(implicit db: MongoDatabase) = {
List(
Version("java", "13.0.0-zulu", "https://cdn.azul.com/zulu/bin/zulu13.27.9-ca-jdk13-linux_x64.tar.gz", Linux64, Some(Zulu)),
Version("java", "13.0.0-zulu", "https://cdn.azul.com/zulu/bin/zulu13.27.9-ca-jdk13-macosx_x64.tar.gz", MacOSX, Some(Zulu)),
Version("java", "13.0.0-zulu", "https://cdn.azul.com/zulu/bin/zulu13.27.9-ca-jdk13-win_x64.zip", Windows, Some(Zulu)))
.validate()
.insert()
}
}

0 comments on commit 54ff1af

Please sign in to comment.