diff --git a/TODO.md b/TODO.md index 4d3b4a0f..e4590ff2 100644 --- a/TODO.md +++ b/TODO.md @@ -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 diff --git a/gui/build.gradle b/gui/build.gradle index 378425eb..8f750cfe 100644 --- a/gui/build.gradle +++ b/gui/build.gradle @@ -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') {