Skip to content

Commit

Permalink
Add support for Spring '18 v42.0
Browse files Browse the repository at this point in the history
Fixes #58
  • Loading branch information
alan-morey committed Apr 4, 2018
1 parent 671dfa2 commit c0b086a
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 = 41.0
sf.antlib.version = 42.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='41.0.0')
@Grab(group='com.force.api', module='force-metadata-api', version='41.0.0')
@Grab(group='com.force.api', module='force-partner-api', version='42.0.0')
@Grab(group='com.force.api', module='force-metadata-api', version='42.0.0')

import com.sforce.soap.metadata.FileProperties
import com.sforce.soap.metadata.ListMetadataQuery
Expand Down Expand Up @@ -358,6 +358,10 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'DataCategoryGroup',
'DelegateGroup',
'DuplicateRule',
'EmailServicesFunction',
'EmbeddedServiceBranding',
'EmbeddedServiceConfig',
'EmbeddedServiceLiveAgent',
'EntitlementProcess',
'EntitlementTemplate',
'EscalationRules',
Expand Down
Binary file not shown.

0 comments on commit c0b086a

Please sign in to comment.