File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ filter { String line -> output one line }
159159 // including usage of typeCasting.
160160
161161 // Create a new Map by loading a properties file:
162- someMap = propFileLoader( load(file('mail.properties'), [:])
162+ someMap = propFileLoader. load(file('mail.properties'), [:])
163163
164164 // To use the ContentAsStringFilter, you don't need to 'apply' anything.
165165 import com.admc.gradle.ContentAsStringFilter
@@ -202,7 +202,7 @@ filter { String line -> output one line }
202202 // including usage of typeCasting.
203203
204204 // Create a new Map by loading a properties file:
205- someMap = propFileLoader( load(file('mail.properties'), [:])
205+ someMap = propFileLoader. load(file('mail.properties'), [:])
206206
207207 // To use the ContentAsStringFilter, you don't need to 'apply' anything.
208208 import com.admc.gradle.ContentAsStringFilter
Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ <h3 id="jcsect_PullPluginFromInternet"><span class="jcreole_hbody"> Pull plugin
448448 // including usage of typeCasting.
449449
450450 // Create a new Map by loading a properties file:
451- someMap = propFileLoader( load(file('mail.properties'), [:])
451+ someMap = propFileLoader. load(file('mail.properties'), [:])
452452
453453 // To use the ContentAsStringFilter, you don't need to 'apply' anything.
454454 import com.admc.gradle.ContentAsStringFilter
@@ -490,7 +490,7 @@ <h3 id="jcsect_UsePluginJarFileLocally"><span class="jcreole_hbody"> Use plugin
490490 // including usage of typeCasting.
491491
492492 // Create a new Map by loading a properties file:
493- someMap = propFileLoader( load(file('mail.properties'), [:])
493+ someMap = propFileLoader. load(file('mail.properties'), [:])
494494
495495 // To use the ContentAsStringFilter, you don't need to 'apply' anything.
496496 import com.admc.gradle.ContentAsStringFilter
You can’t perform that action at this time.
0 commit comments