Skip to content

Commit

Permalink
Update ides.md
Browse files Browse the repository at this point in the history
Changed the groovy IDE guide to include how to find the current groovy version of Fiji, instead of reference an old version.
  • Loading branch information
andmccall authored Sep 22, 2024
1 parent 89ddd8f commit e53614d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/scripting/groovy/ides.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In order to set up this whole guide, you will need 4 parts:
- [Groovy](https://groovy.apache.org/download.html) will need to be installed as well. For installation on Linux, please follow [this guide](https://groovy-lang.org/install.html)
- [Java](https://www.azul.com/downloads/?package=jdk)

{% include notice icon="info" content='If you want to run the scripts directly in Fiji, you will have to install the same Groovy version that Fiji does. As of this writing, that version is 3.0.4.' %}
{% include notice icon="info" content='If you want to run the scripts directly in Fiji, you will have to install the same Groovy version that Fiji does. This can be found by looking at the groovy file in your Fiji installation's jars folder.' %}

### Configure the project

Expand Down

0 comments on commit e53614d

Please sign in to comment.