Skip to content

Commit

Permalink
Support Spring '21 (v51)
Browse files Browse the repository at this point in the history
Fixes #79
  • Loading branch information
alan-morey committed May 19, 2021
1 parent 0dbc85e commit e037e98
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 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 = 50.0
sf.antlib.version = 51.0

# Use 'https://login.salesforce.com' for production or developer edition
# Use 'https://test.salesforce.com for sandbox.
Expand Down
14 changes: 12 additions & 2 deletions force-meta-backup.groovy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env groovy
@Grab(group='com.force.api', module='force-partner-api', version='50.0.0')
@Grab(group='com.force.api', module='force-metadata-api', version='50.0.0')
@Grab(group='com.force.api', module='force-partner-api', version='51.0.0')
@Grab(group='com.force.api', module='force-metadata-api', version='51.0.0')

import com.sforce.soap.metadata.FileProperties
import com.sforce.soap.metadata.ListMetadataQuery
Expand Down Expand Up @@ -326,6 +326,8 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'AccountRelationshipShareRule',
'ActionLinkGroupTemplate',
'ActionPlanTemplate',
'AIApplication',
'AIApplicationConfig',
'AnalyticSnapshot',
'AnimationRule',
'ApexComponent',
Expand All @@ -340,10 +342,13 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'Audience',
'AuthProvider',
'AutoResponseRules',
'BatchCalcJobDefinition',
'BatchProcessJobDefinition',
'BlacklistedConsumer',
'Bot',
'BotVersion',
'BrandingSet',
'BriefcaseDefinition',
'BusinessProcessGroup',
'CallCenter',
'CallCoachingMediaProvider',
Expand All @@ -370,6 +375,8 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'CustomPageWebLink',
'CustomSite',
'DataCategoryGroup',
'DecisionTable',
'DecisionTableDatasetLink',
'DelegateGroup',
'DuplicateRule',
'EclairGeoData',
Expand Down Expand Up @@ -416,6 +423,7 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'MatchingRule',
'MilestoneType',
'MlDomain',
'MLPredictionDefinition',
'MobileApplicationDetail',
'ModerationRule',
'MyDomainDiscoverableLogin',
Expand Down Expand Up @@ -454,6 +462,8 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'SalesWorkQueueSettings',
'SamlSsoConfig',
'Scontrol',
'ServiceAISetupDefinition',
'ServiceAISetupField',
'ServiceChannel',
'ServicePresenceStatus',
'Settings',
Expand Down
Binary file not shown.

0 comments on commit e037e98

Please sign in to comment.