Skip to content

Instantly share code, notes, and snippets.

View ianaz's full-sized avatar
🦕

Silvio Rainoldi ianaz

🦕
  • Certifaction AG
  • Immensee, Switzerland
View GitHub Profile
@djangofan
djangofan / build.gradle
Created November 19, 2012 03:01
build.gradle example
apply plugin: 'java'
apply plugin: 'groovy'
group = 'qa.webdriver'
allprojects {
apply plugin: 'java'
project.ext.sourceCompatibility = 1.6