Update depends and suggests for Oracle Java (#18)

This commit is contained in:
Mathias Hermansson 2019-04-30 15:37:12 +02:00 committed by Richard Kuhnt
parent 61a362495a
commit 4f803c78c9
3 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,10 @@
"homepage": "https://www.benf.org/other/cfr",
"license": "MIT",
"suggest": {
"JRE": "java/oraclejre8u"
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"url": "https://www.benf.org/other/cfr/cfr-0.143.jar#/cfr.jar",
"hash": "md5:8a411f1a525b26c064712e087f105969",

View File

@ -4,7 +4,10 @@
"homepage": "https://github.com/Kotlin/dokka/",
"license": "Apache-2.0",
"suggest": {
"JRE": "java/oraclejdk-lts"
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"url": "https://github.com/Kotlin/dokka/releases/download/0.9.18/dokka-fatjar-0.9.18.jar#/dokka.jar",
"hash": "4c73eee92dd652ea8e2afd7b20732cf863d4938a30f634d12c88fe64def89fd8",

View File

@ -14,7 +14,6 @@
"suggest": {
"JDK": [
"java/oraclejdk",
"java/oraclejdk8",
"java/openjdk"
]
},