Skip to content

Instantly share code, notes, and snippets.

View yvesf's full-sized avatar
🚒

Yves Fischer yvesf

🚒
  • Switzerland
View GitHub Profile
@xconnecting
xconnecting / build.gradle
Created November 8, 2012 06:30
Gradle: print buildscript dependencies
apply plugin: 'eclipse'
apply plugin: 'maven'
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'org.apache.commons:commons-email:1.2'
}