Skip to content

Instantly share code, notes, and snippets.

View pluttrell's full-sized avatar

Peter Luttrell pluttrell

View GitHub Profile
apply plugin: 'java'
apply plugin: 'maven-publish'
repositories { jcenter() }
dependencies { compile 'org.slf4j:slf4j-api:1.7.12' }
publishing {
repositories {
maven {
url "http://127.0.0.1:8081/artifactory/libs-release-local/"