Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lnramirez/buildscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

buildscripts

buildscripts is a collection of gradle and bash scripts to make your development easier.


How do I use it?

on your build.gradle you can add

apply from: 'https://raw.github.com/lnramirez/buildscripts/master/mvnfit.gradle'

then you can use it

gradle createDirSources

mvnfit.gradle tasks

  1. copyPomFiles - Copies POM files to project root directory, this is helpful to leverage IDEs that have Maven integration but lack a gradle one
  2. createDirSources - Create conventional web application directory sources if they do not exist

About

Collection of handy build scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages