Skip to content

Instantly share code, notes, and snippets.

View laynes's full-sized avatar

Layne Shepherd laynes

  • Rent the Runway
  • Brooklyn NY
View GitHub Profile
@laynes
laynes / gist:0705697d802487bbec69
Created January 20, 2015 19:03
build.gradle with mavenLocal() failing dependency resolution
// Build by default.
defaultTasks 'build'
// Build configuration for all projects in this module.
allprojects {
apply plugin: 'java'
repositories {
maven { url ggnRepositoryURL }
mavenLocal()
@laynes
laynes / gist:4f19e3ca0a3b9e735d49
Created January 20, 2015 18:57
Local maven repo artifacts
dhcp180tech:1.0 laynes$ pwd
/Users/laynes/.m2/repository/com/greatergood/nexus/nexus-inventory-client/1.0
dhcp180tech:1.0 laynes$ ls -ltr
total 24
-rw-r--r-- 1 laynes staff 829 Jan 20 10:28 nexus-inventory-client-1.0.pom
-rw-r--r-- 1 laynes staff 5512 Jan 20 10:28 nexus-inventory-client-1.0.jar
dhcp180tech:1.0 laynes$