mirror of https://github.com/zlatinb/muwire
fix java 14 on mac
parent
03d00a22d7
commit
2acac4b1ea
1
TODO.md
1
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
|
||||
|
|
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue