Gradle Glam: Plugins Galore

13
Presentado por: Andrés Almiray Gradle Glam

Transcript of Gradle Glam: Plugins Galore

Presentado por:Andrés Almiray

Gradle Glam

RebelLabs © ZeroTurnaround

RebelLabs © ZeroTurnaround

$ curl -s get.gvmtool.net | bash $ gvm install gradle

.!

├── build.gradle!

└── src!

├── main!

│   └── java!

│   └── sample!

│   └── Foo.java!

└── test!

└── java!

└── sample!

└── FooTest.java!

apply plugin: 'java'!

apply plugin: 'maven-publish'!

!

version = '0.0.0-SNAPSHOT'!

group = 'com.acme'!

!

repositories {!

jcenter()!

}!

!

dependencies {!

testCompile 'junit:junit:4.12'!

}!

😎

license versions stats bintray shadow izpack java2html git coveralls

asciidoctor jbake markdown livereload clirr nexus watch wuff spawn

$ gvm install lazybones $ lazybones create gradle-quickstart sample

@aalmiray

[email protected]

Andrés Almiray

Sigue la conversación y comenta en redes sociales con el hashtag

#SGVirtual