Skip to content

Intro Groovy source, based on Appendix A of Making Java Groovy

Notifications You must be signed in to change notification settings

kousen/IntroGroovy

Folders and files

NameName
Last commit message
Last commit date
Sep 25, 2024
Apr 24, 2025
Jul 12, 2023
Jun 15, 2022
Sep 11, 2015
Jul 24, 2012
Sep 30, 2022
Oct 6, 2015
Dec 2, 2014
Jan 14, 2019
May 19, 2020
May 19, 2020
Aug 23, 2021

Repository files navigation

Source code for the IntroGroovy workshop, based on the book Making Java Groovy by Ken Kousen

To build the project: If you have gradle installed, run

gradle build

If not, use the supplied gradlew script:

./gradlew build

If you plan to use Eclipse (or any Eclipse-based tool, like SpringSource Tool Suite), then run:

./gradlew cleanEclipse eclipse

If you plan to use IntelliJ IDEA, run:

./gradlew cleanIdea idea

The test output is in build/reports/tests/index.html

Please send any questions or comments to:

Ken Kousen (email)
Kousen IT, Inc.
@kenkousen

About

Intro Groovy source, based on Appendix A of Making Java Groovy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published