mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 15:30:38 -05:00
Fix native-platform jar detection
This commit is contained in:
2150
gradle-env.json
2150
gradle-env.json
File diff suppressed because it is too large
Load Diff
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user