Where to store Groovy Scripts?

So I plan on making a game but this time with Groovy scripts using Eclipse IDE.

This is my first time working with Java + Groovy and it’s meant to be a learning experience but since I’ve never touched Groovy and Java together I’m not sure where to store the scripts.

Where are scripts usually stored? Are they usually packed in with the Jar or left out in a resource folder with say textures?

If you put them in the JAR, then you should just use Java. You want to new/changed scripts available to your program without the need to rebuild the program. So I would put them with the assets.