Skip to content

Instantly share code, notes, and snippets.

View dleppik's full-sized avatar

David Leppik dleppik

  • Leppik Logic, LLC
  • St. Louis Park, MN
View GitHub Profile
@dleppik
dleppik / gradle
Last active July 31, 2017 21:13
Gradle configuration for EgTest
plugins {
id "net.ltgt.apt" version "0.9" // Annotation processing for non-Android projects
}
apply plugin: 'java'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}