Skip to content

Commit

Permalink
Add support for Spring '20 metadata API v48
Browse files Browse the repository at this point in the history
Fixes #73
  • Loading branch information
alan-morey committed Mar 6, 2020
1 parent 9251130 commit 958eed0
Show file tree
Hide file tree
Showing 3 changed files with 7 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 = 47.0
sf.antlib.version = 48.0

# Use 'https://login.salesforce.com' for production or developer edition
# Use 'https://test.salesforce.com for sandbox.
Expand Down
8 changes: 6 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='47.0.0')
@Grab(group='com.force.api', module='force-metadata-api', version='47.0.0')
@Grab(group='com.force.api', module='force-partner-api', version='48.1.0')
@Grab(group='com.force.api', module='force-metadata-api', version='48.1.0')

import com.sforce.soap.metadata.FileProperties
import com.sforce.soap.metadata.ListMetadataQuery
Expand Down Expand Up @@ -374,6 +374,7 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'EmbeddedServiceFieldService',
'EmbeddedServiceFlowConfig',
'EmbeddedServiceLiveAgent',
'EmbeddedServiceMenuSettings',
'EntitlementProcess',
'EntitlementTemplate',
'EscalationRules',
Expand Down Expand Up @@ -419,6 +420,7 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'OrchestrationContext',
'OrchestrationContextEvents',
'PathAssistant',
'PaymentGatewayProvider',
'PermissionSet',
'PermissionSetGroup',
'PlatformCachePartition',
Expand All @@ -436,6 +438,7 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'QuickAction',
'RecommendationStrategy',
'RecordActionDeployment',
'RedirectWhitelistUrl',
'RemoteSiteSetting',
'ReportType',
'Role',
Expand Down Expand Up @@ -466,6 +469,7 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'WaveDataflow',
'WaveDataset',
'WaveLens',
'WaveRecipe',
'WaveTemplateBundle',
'WaveXmd',
'WorkDotComSettings',
Expand Down
Binary file not shown.

0 comments on commit 958eed0

Please sign in to comment.