Skip to content

Commit

Permalink
added back missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Eichar committed Nov 25, 2011
1 parent 27a030d commit c049988
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ configure(install.repositories.mavenInstaller) {
}
}

/*
uploadArchives << {
def ssl = new SSL()
Expand All @@ -136,7 +137,7 @@ uploadArchives << {
uniqueVersion = false
}
}
}
}*/

def prop(key) {
return System.getProperty(key) == null ? null : "--${key}=${System.getProperty(key)}"
Expand Down

0 comments on commit c049988

Please sign in to comment.