Skip to content

Commit

Permalink
Add support for Winter '18 v41.0
Browse files Browse the repository at this point in the history
Fixes #57
  • Loading branch information
alan-morey committed Dec 20, 2017
1 parent bddd863 commit 38a78fa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ant-includes/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sf.maxPoll = 200
sf.batchSize = 20

# The version of the antlib jar in lib
sf.antlib.version = 40.0
sf.antlib.version = 41.0

# Use 'https://login.salesforce.com' for production or developer edition
# Use 'https://test.salesforce.com for sandbox.
Expand Down
10 changes: 9 additions & 1 deletion force-meta-backup.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'BrandingSet',
'CallCenter',
'CampaignInfluenceModel',
'CaseSubjectParticle',
'Certificate',
'ChatterExtensions',
'CleanDataService',
Expand All @@ -320,7 +321,12 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'EntitlementProcess',
'EntitlementTemplate',
'EscalationRules',
'EventDelivery',
'EventSubscription',
'ExternalServiceRegistration',
'FeatureParameterBoolean',
'FeatureParameterDate',
'FeatureParameterInteger',
'FlexiPage',
'FlowDefinition',
'GlobalValueSet',
Expand All @@ -340,13 +346,14 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'ModerationRule',
'NamedCredential',
'Network',
'NetworkBranding',
'PathAssistant',
'PermissionSet',
'PlatformCachePartition',
'Portal',
'PostTemplate',
'ProfilePasswordPolicy',
'ProfileSessionSetting',
'PermissionSet',
'Queue',
'QuickAction',
'RemoteSiteSetting',
Expand All @@ -369,6 +376,7 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'Territory2Rule',
'Territory2Settings',
'Territory2Type',
'TopicsForObjects',
'TransactionSecurityPolicy',
'UserCriteria',
'WaveApplication',
Expand Down
Binary file not shown.

0 comments on commit 38a78fa

Please sign in to comment.