Skip to content

Instantly share code, notes, and snippets.

View middlewareman's full-sized avatar

Andreas Nyberg middlewareman

  • Stockholm, Sweden
View GitHub Profile
@middlewareman
middlewareman / build.gradle
Created July 8, 2014 10:52
Gradle 2.0 and 2.1-20140707220025 Ivy repository does not support Windows UNC URL
apply plugin: 'java'
version = '1.0'
repositories {
ivy {
name 'windowsRemoteFS'
final repoDir = new File('\\\\ms\\dist')
println "REPODIR $repoDir isDirectory ${repoDir.isDirectory()}"
url repoDir