mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 19:51:22 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "0.8.2",
|
|
"description": "The Maven (mvn) Daemon is based on GraalVM and allows for faster Maven builds.",
|
|
"homepage": "https://github.com/mvndaemon/mvnd",
|
|
"license": "Apache-2.0",
|
|
"notes": [
|
|
"Maven requires a properly configured JAVA_HOME environment variable.",
|
|
"If you see a message that VCRUNTIME140.dll was not found, you need to install vcredist2022",
|
|
"See https://github.com/oracle/graal/issues/1762 for more information."
|
|
],
|
|
"suggest": {
|
|
"JDK": "java/openjdk",
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dist.apache.org/repos/dist/release/maven/mvnd/0.8.2/maven-mvnd-0.8.2-windows-amd64.zip",
|
|
"hash": "bfe6115b643ecb54b52a46df9e5b790035e54e67e21c10f964c7d58f633b7f22",
|
|
"extract_dir": "maven-mvnd-0.8.2-windows-amd64"
|
|
}
|
|
},
|
|
"env_add_path": "bin",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dist.apache.org/repos/dist/release/maven/mvnd/$version/maven-mvnd-$version-windows-amd64.zip",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
},
|
|
"extract_dir": "maven-mvnd-$version-windows-amd64"
|
|
}
|
|
}
|
|
}
|
|
}
|