Login
Preferences
Help/Guide
About Trac
Wiki
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 23
and
Version 24
of
gradle
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
11/10/2014 02:46:51 PM (
11 years
ago)
Author:
liaojiaohe
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
gradle
v23
v24
160
160
}
161
161
162
def markets =
(new File("${rootDir}/keystore/market.config").text).split("\n"
)
162
def markets =
new File("${rootDir}/keystore/market.config").readLines(
)
163
163
productFlavors {
164
164
markets.each { name ->