Skip to content

Commit

Permalink
fixed Cannot set readonly property: webAppRefs for class: org.akhikhl…
Browse files Browse the repository at this point in the history
….gretty.FarmExtension
  • Loading branch information
akhikhl committed Oct 28, 2014
1 parent 3e5aab2 commit 9813881
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class FarmConfigurer {
for(def f in srcFarms)
mergeWebAppRefMaps(dstFarm.webAppRefs_, f.webAppRefs)
if(!dstFarm.webAppRefs)
dstFarm.webAppRefs = getDefaultWebAppRefMap()
dstFarm.webAppRefs_ = getDefaultWebAppRefMap()
if(dstFarm.integrationTestTask == null)
dstFarm.integrationTestTask = srcFarms.findResult { it.integrationTestTask }
}
Expand Down

0 comments on commit 9813881

Please sign in to comment.