Skip to content

Instantly share code, notes, and snippets.

@jvanzyl
Created August 3, 2012 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvanzyl/3244367 to your computer and use it in GitHub Desktop.
Save jvanzyl/3244367 to your computer and use it in GitHub Desktop.
/**
* Copyright (c) 2012 to original author or authors
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
project {
build {
$execute(id: 'test1', phase: 'compile') {
println 'hi'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment