File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
spring-javaformat-eclipse/io.spring.javaformat.eclipse Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 4141 <groupId >org.apache.maven.plugins</groupId >
4242 <artifactId >maven-javadoc-plugin</artifactId >
4343 <configuration >
44- <sourceFileExcludes >**/*SpringCodeFormatter.java</sourceFileExcludes >
44+ <additionalDependencies >
45+ <additionalDependency >
46+ <groupId >io.spring.javaformat</groupId >
47+ <artifactId >spring-javaformat-config</artifactId >
48+ <version >${project.version} </version >
49+ </additionalDependency >
50+ <additionalDependency >
51+ <groupId >io.spring.javaformat</groupId >
52+ <artifactId >spring-javaformat-formatter</artifactId >
53+ <version >${project.version} </version >
54+ </additionalDependency >
55+ </additionalDependencies >
4556 </configuration >
4657 </plugin >
4758 </plugins >
You can’t perform that action at this time.
0 commit comments