Skip to content

Commit

Permalink
Upgrade spotless-maven-plugin to 2.40.0 and Eclipse JDT Formatter to …
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Nov 9, 2023
1 parent 6b89446 commit 0bef415
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.eclemma.build/pom.xml
Expand Up @@ -95,7 +95,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>1.25.1</version>
<version>2.40.0</version>
</plugin>
<!-- Apache plugins -->
<plugin>
Expand Down Expand Up @@ -191,7 +191,7 @@
<include>src/**/*.java</include>
</includes>
<eclipse>
<version>4.12.0</version>
<version>4.29</version>
<file>../org.eclipse.eclemma.core/.settings/org.eclipse.jdt.core.prefs</file>
</eclipse>
<lineEndings>UNIX</lineEndings>
Expand Down
Expand Up @@ -91,7 +91,7 @@ public static Set<IPackageFragmentRoot> getOverallScope(
ILaunchConfiguration configuration) throws CoreException {
ICoverageLauncher launcher = (ICoverageLauncher) configuration.getType()
.getDelegates(Collections.singleton(CoverageTools.LAUNCH_MODE))[0]
.getDelegate();
.getDelegate();
return launcher.getOverallScope(configuration);
}

Expand Down

0 comments on commit 0bef415

Please sign in to comment.