Skip to content

Instantly share code, notes, and snippets.

View kousen's full-sized avatar

Ken Kousen kousen

View GitHub Profile
@kousen
kousen / build.gradle
Created February 14, 2015 21:22
Gradle build file for GPars samples (downloaded samples.zip from http://gpars.codehaus.org/Demos)
apply plugin: 'groovy'
apply plugin: 'idea'
sourceSets {
src {
main {
groovy {
srcDirs 'src'
}
}