Skip to content

Instantly share code, notes, and snippets.

View amaksoft's full-sized avatar

Andrei Makeev amaksoft

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'
}