Skip to content

Instantly share code, notes, and snippets.

View hisamekms's full-sized avatar

Shinnosuke Ooyama hisamekms

  • Japan
View GitHub Profile
@hisamekms
hisamekms / build.gradle
Last active August 29, 2015 14:08
GradleでプロジェクトごとにCopy.expandの引数を切り替える ref: http://qiita.com/hisamekms/items/cf666e3b3748a1e201ea
ext {
props = [
hoge: 'proj-b'
]
}
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'org.akhikhl.gretty:gretty:+'
}
}
apply plugin: 'org.akhikhl.gretty'