Skip to content

matlockx/simple-gradle-java.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

simple-gradle-java

A giter8 template for java gradle] applications.

Includes

  • findbugs
  • cobertura
  • checkstyle
  • integration-test source set
  • bdd-test source set with cucumber
  • fatJar support

##Usage Install giter8, then:

g8 matlockx/simple-gradle-java

cd into your new project dir

chmod +x gradlew
./gradlew build

##Gradle Options ###BDD with cucumber Add features and sources to src/bdd-test/... Then run

./gradle bddTest

A dummy test is already there. ###Integration tests Add junit tests to src/integration-test/java Then run

./gradle build -PuseIntegrationTest=true

###Cobertura ./gradlew build -PuseCodeCoverage=true ###FindBugs ./gradlew build -PuseFindbugs=true ###FatJar ./gradlew build -PcreateFatJar=true

You can also combine these switches.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published