Skip to content

Joxebus/GroovyWorkshopExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GroovyWorkshopExamples

Build Status

Examples for Groovy Workshop

This repo has examples of the workshop which is aimed to people that want know about Groovy language, since Groovy has similarity with languages like Python, Ruby, Perl and Smalltalk people with previous knowledge on this and also Java will going to see similarities.

Groovy has been created to be companion with Java so most of the Java code is valid for Groovy.

If you are using IntelliJIDEa open the project and select the options:

  • Use auto-import
  • Create directories for empty content roots automatically
  • Create separate module per source set

and finally

  • Use default gradle wrapper

Requirements

  • Java 8
  • Gradle 5.6

Run tests

For MacOS and Linux

./gradlew test

or for Windows

gradlew.bat test

Releases

No releases published

Packages

No packages published