GitXplorerGitXplorer
l

groovy-gradle

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
2b559a0570b8f7448ad456488c4ba23c7b134628

UpGradle

committed 8 years ago
Unverified
7f635dffdadceb972d8d03cd1439f60fdb1be21d

Added Travis build setup

committed 8 years ago
Unverified
acb7afd01ae49fcfa5b9462e6d58fd99b42c7950

Added `.gitignore`

committed 8 years ago
Unverified
654b529e62dcf12508952ae94ed8794bd07d1594

Added application plugin

committed 9 years ago
Unverified
f3ac138ea6178b72053ffdf56dc01c2a80eaa07e

UpGradle to 2.12

committed 9 years ago
Unverified
7f05267ac02b90c6729f40dfde0a01dd3c5fecb5

Extended and commented the example `production` and `test` classes

committed 9 years ago

README

The README file for this repository.

Simple template project for getting started with the Groovy programming language.

This project uses JDK 8 - you will need to download it first.

It also includes Idea integration (i.e. you can start coding in Groovy instantly, Gradle will download everything it needs) - though you will need to download this IDE manually.

The template includes pre-configured code styles settings and inspections for Groovy and Java.

Groovy is provided for as compile and test dependency, and Spock as test-only.

In order to get started, just fork this project (or download and push back), open it in Idea and get used to running the build (via Gradle as gradlew clean build or from the Idea run config Clean Build). Once you understand how it's supposed to work, start hacking around, e.g.:

  • modify the group in the build.gradle file
  • change the required Java version to 7
  • change the package in the Dummy.groovy file
  • change the return value of Dummy.groovy file and make the test pass again
    ... and rerun the build after each step, to verify that all is still working.

Happy hacking! :)