| | dependencies { |
| | compile 'org.controlsfx:controlsfx:8.40.12' |
| | - //compile 'org.fxmisc.richtext:richtextfx:0.7-M4' |
| | - compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '1.0.0-SNAPSHOT' |
| | + compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.8.1' |
| | + //compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '1.0.0-SNAPSHOT' |
| | compile 'com.miglayout:miglayout-javafx:5.0' |
| | compile 'de.jensd:fontawesomefx-fontawesome:4.5.0' |
 |
| | } |
| | |
| | -version = '1.2.17' |
| | +version = '1.3.0' |
| | applicationName = 'scrivenvar' |
| | mainClassName = 'com.scrivenvar.Main' |