AdoptOpenJDK 12: Remove OpenJ9 version from extract_dir. Fixes #47

This commit is contained in:
Mathias Hermansson 2019-04-06 11:27:03 +02:00
parent 8fc8d23341
commit 3e072f179e
4 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@
"hash": "ef85ab503b124360a0d2d9be45a041a3d7cc42fda010303f38db94ab8ffe4fb8"
}
},
"extract_dir": "jdk-12+33_openj9-0.13.0-jre",
"extract_dir": "jdk-12+33-jre",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
@ -30,6 +30,6 @@
"url": "$url.sha256.txt",
"find": "^([a-fA-F0-9]+)\\s"
},
"extract_dir": "jdk-$matchMajor+$matchBuild$matchOj$matchJvmver-jre"
"extract_dir": "jdk-$matchMajor+$matchBuild-jre"
}
}

View File

@ -9,7 +9,7 @@
"hash": "2e79ba9a0ad623c6c3052ff017a4f5e178e81013c281e533ae422524aea5031e"
}
},
"extract_dir": "jdk-12+33_openj9-0.13.0",
"extract_dir": "jdk-12+33",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
@ -30,6 +30,6 @@
"url": "$url.sha256.txt",
"find": "^([a-fA-F0-9]+)\\s"
},
"extract_dir": "jdk-$matchMajor+$matchBuild$matchOj$matchJvmver"
"extract_dir": "jdk-$matchMajor+$matchBuild"
}
}

View File

@ -9,7 +9,7 @@
"hash": "ef85ab503b124360a0d2d9be45a041a3d7cc42fda010303f38db94ab8ffe4fb8"
}
},
"extract_dir": "jdk-12+33_openj9-0.13.0-jre",
"extract_dir": "jdk-12+33-jre",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
@ -30,6 +30,6 @@
"url": "$url.sha256.txt",
"find": "^([a-fA-F0-9]+)\\s"
},
"extract_dir": "jdk-$matchMajor+$matchBuild$matchOj$matchJvmver-jre"
"extract_dir": "jdk-$matchMajor+$matchBuild-jre"
}
}

View File

@ -9,7 +9,7 @@
"hash": "2e79ba9a0ad623c6c3052ff017a4f5e178e81013c281e533ae422524aea5031e"
}
},
"extract_dir": "jdk-12+33_openj9-0.13.0",
"extract_dir": "jdk-12+33",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
@ -30,6 +30,6 @@
"url": "$url.sha256.txt",
"find": "^([a-fA-F0-9]+)\\s"
},
"extract_dir": "jdk-$matchMajor+$matchBuild$matchOj$matchJvmver"
"extract_dir": "jdk-$matchMajor+$matchBuild"
}
}