Skip to content

Instantly share code, notes, and snippets.

@HIPERCUBE
Created December 25, 2016 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HIPERCUBE/5665b3fd4aa35b222e38de4af386bf45 to your computer and use it in GitHub Desktop.
Save HIPERCUBE/5665b3fd4aa35b222e38de4af386bf45 to your computer and use it in GitHub Desktop.
Groovy Map literal sample
apply plugin: 'java'
Map<String, String> map = new HashMap<String, String>()
map.put('plugin', 'java')
apply(map)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment