Last active
August 29, 2015 14:08
-
-
Save hisamekms/28a8430b9dde079be0d0 to your computer and use it in GitHub Desktop.
GradleでプロジェクトごとにCopy.expandの引数を切り替える ref: http://qiita.com/hisamekms/items/cf666e3b3748a1e201ea
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
ext { | |
props = [ | |
hoge: 'proj-b' | |
] | |
} |
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
${hoge} |
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
proj-a |
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
proj-b |
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
hoge=proj-b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment