gradle: o melhor amigo no build do seu software

Post on 14-Jan-2017

170 Views

Category:

Software

1 Downloads

Preview:

Click to see full reader

TRANSCRIPT

o melhor amigo no build do seu software

/DEV/FELIPEMAMUD

IT’S GRADLE

● A powerful build system for the JVM;

● Supports Java, Groovy, Kotlin, Scala, Android, C/C++ and others;

● Ant, Maven and Ivy integration & conventions;

● Build scripts with Groovy DSL’s;

● Already used by big open source projects (Spring, Hibernate, Grails)

WHO USES

GETTING STARTED

● JDK or JRE 6+

● Make a choice:

○ NERD: git clone git@github.com:gradle/gradle.git && ./gradlew build

○ NORMAL: https://gradle.org/gradle-download (download, configure and run)

○ HIPSTER: http://sdkman.io/ (run)

SHOW ME

THE BUILD

Felipe Mamud@ftmamud

THANK YOU!

top related