Skip to content

Instantly share code, notes, and snippets.

View jbenhamou's full-sized avatar

Jonathan Ben-Hamou jbenhamou

View GitHub Profile
@jbenhamou
jbenhamou / buildWithIntegrationTest.gradle
Created February 19, 2017 05:23
Integration test support in Gradle
apply plugin: 'java'
apply plugin: 'application'
repositories {
jcenter()
}
mainClassName = 'App'
@jbenhamou
jbenhamou / .gitignore
Last active July 12, 2021 11:25
Mulesoft .gitignore
# ------------------------------------------------------------------------------ #
# Java defaults (https://github.com/github/gitignore/blob/master/Java.gitignore) #
# ------------------------------------------------------------------------------ #
# Reference: https://github.com/github/gitignore/blob/master/Java.gitignore
*.class
# Package Files #
*.jar
*.war
*.ear