Created
February 5, 2014 23:00
-
-
Save azenla/8835123 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def changeUrl = "https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/LAST_CHANGE" | |
def latest = changeUrl.toURL().text | |
println "Latest Revision: ${latest}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment