Last active
August 29, 2015 14:09
-
-
Save hisamekms/ab94745ff1765be8e3d4 to your computer and use it in GitHub Desktop.
Grettyが便利そう ref: http://qiita.com/hisamekms/items/0b2c1377bf220ef6092a
This file contains 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
buildscript { | |
repositories { | |
jcenter() | |
} | |
dependencies { | |
classpath 'org.akhikhl.gretty:gretty:+' | |
} | |
} | |
apply plugin: 'org.akhikhl.gretty' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment