Fix native-platform jar detection

This commit is contained in:
Tad Fisher
2020-04-27 13:09:15 -07:00
parent c949f19891
commit 23cb225ccf
2 changed files with 1017 additions and 1135 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -200,7 +200,7 @@ private fun fetchDistSha256(url: String): String {
} }
} }
private val nativePlatformJarRegex = Regex("""native-platform-([\d.]+)\.jar""") private val nativePlatformJarRegex = Regex("""native-platform-([\d.]+(-(alpha|beta|milestone)-\d+)?)\.jar""")
private val Wrapper.sha256: String private val Wrapper.sha256: String
get() { get() {