mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 07:50:53 -05:00
Fix native-platform jar detection
This commit is contained in:
@@ -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
|
||||
get() {
|
||||
|
||||
Reference in New Issue
Block a user