Skip to content

Commit

Permalink
Added groovy-xml
Browse files Browse the repository at this point in the history
qupath#455
qupath#238
qupath#61

In the end, just easier to add it. Also, XmlUtil.serialize(String) makes pretty-printing straightforward.
  • Loading branch information
petebankhead committed Apr 23, 2020
1 parent 4299608 commit 8a0f194
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

This is a *milestone* (i.e. still in development) version made available to try out new features early.

* Added groovy-xml as a dependency (https://github.com/qupath/qupath/issues/455)
* Fixed bugs
* Save & Save As are swapped (https://github.com/qupath/qupath/issues/451)
* Reinstate adding images to projects via drag & drop (https://github.com/qupath/qupath/issues/450)
* Fixed specifying z-slices/timepoints with OME-TIFF export (https://github.com/qupath/qupath/issues/453)
* Improved user notification when loading a broken extension (https://github.com/qupath/qupath/issues/454)


## Version 0.2.0-m10
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ allprojects {

groovy "org.codehaus.groovy:groovy:${groovyVersion}"
groovy "org.codehaus.groovy:groovy-jsr223:${groovyVersion}"
groovy "org.codehaus.groovy:groovy-xml:${groovyVersion}"

for (fx in ['javafx-base', 'javafx-controls', 'javafx-graphics', 'javafx-media', 'javafx-web', 'javafx-swing']) {
javafx "org.openjfx:${fx}:${jfxVersion}"
Expand Down

0 comments on commit 8a0f194

Please sign in to comment.