fix java 14 on mac

pull/53/head
Zlatin Balevsky 2020-09-14 13:33:01 +01:00
parent 03d00a22d7
commit 2acac4b1ea
No known key found for this signature in database
GPG Key ID: A72832072D525E41
2 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,6 @@ This helps with scalability
* Search box - left identation
* Ability to disable switching of tabs on actions
* Ability to trust/browse/subscribe from uploads tab
* Fix JRE 14 on MacOS (may require switching LnF)
### Web UI/Plugin
* HTML 5 media players

View File

@ -101,6 +101,9 @@ dependencies {
runtime group: 'org.slf4j', name: 'jul-to-slf4j', version: "${slf4jVersion}"
runtime "javax.annotation:javax.annotation-api:1.3.2"
// because java 14 doesn't come with it
runtime 'mrj:MRJToolkitStubs:1.0'
testCompile "org.codehaus.griffon:griffon-fest-test:${griffon.version}"
testCompile "org.spockframework:spock-core:${spockVersion}"
testCompile('org.awaitility:awaitility-groovy:3.1.0') {