Skip to content

Instantly share code, notes, and snippets.

View jamesrender50's full-sized avatar

James Render jamesrender50

  • Bournemouth, UK
View GitHub Profile
@nikos
nikos / build.gradle
Created December 17, 2012 17:30
Simple (aka minimal) Gradle script to create ZIP archive file and upload to nexus repository (as snapshot or if you modify the version to release)
apply plugin: 'maven'
group = 'de.sample'
version = '0.1-SNAPSHOT'
description = 'My cool tool ...'
task customZip(type: Zip) {
from ('.') {