Upgrade apex-link version
This commit is contained in:
@ -57,7 +57,7 @@
|
||||
<dependency>
|
||||
<groupId>com.github.nawforce</groupId>
|
||||
<artifactId>apexlink</artifactId>
|
||||
<version>1.2.2</version>
|
||||
<version>1.4.1</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
@ -35,7 +35,7 @@ public final class ApexMultifileAnalysis {
|
||||
private static final Integer MAX_ERRORS_PER_FILE = 100;
|
||||
|
||||
// Create a new org for each analysis
|
||||
private Org org = Org.newOrg(true);
|
||||
private Org org = Org.newOrg();
|
||||
private FileIssueOptions options = new FileIssueOptions();
|
||||
|
||||
private ApexMultifileAnalysis(String multiFileAnalysisDirectory) {
|
||||
|
Reference in New Issue
Block a user