Skip to content

Commit 8422218

Browse files
aschemanhboutemy
authored andcommittedMar 14, 2025·
Apply spotless re-formatting
Detected in the course of support-and-care/maven-support-and-care#77.
1 parent d12c996 commit 8422218

File tree

6 files changed

+7
-7
lines changed
  • plexus-compilers
    • plexus-compiler-aspectj/src/site/markdown
    • plexus-compiler-csharp/src/site/markdown
    • plexus-compiler-eclipse/src/site/markdown
    • plexus-compiler-javac/src/site/markdown
    • plexus-compiler-javac-errorprone/src/site/markdown

6 files changed

+7
-7
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Plexus-Compiler
88

99
This component is an Compilation API used by Apache Maven Compiler plugin on the top of different Compiler Engines: Javac, Eclipse Compiler, etc..
1010

11-
### Error Prone usage
11+
### Error Prone usage
1212

13-
Please refer to [documentation](https://errorprone.info/docs/installation#maven)
13+
Please refer to [documentation](https://errorprone.info/docs/installation#maven)
1414

1515
Or the project [it test](plexus-compiler-its/src/main/it/error-prone-compiler/pom.xml)

‎plexus-compilers/plexus-compiler-aspectj/src/site/markdown/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Plexus AspectJ Compiler
33

44
AspectJ Compiler support for Plexus Compiler component.
55

6-
**Requires** `JDK 17+` and `Maven 3.9.6+`
6+
**Requires** `JDK 17+` and `Maven 3.9.6+`

‎plexus-compilers/plexus-compiler-csharp/src/site/markdown/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Plexus C# Compiler
33

44
C# Compiler support for Plexus Compiler component.
55

6-
**Requires** `JDK 8+`
6+
**Requires** `JDK 8+`

‎plexus-compilers/plexus-compiler-eclipse/src/site/markdown/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Plexus Eclipse Compiler
33

44
Eclipse Compiler support for Plexus Compiler component.
55

6-
**Requires** `JDK 17+` and `Maven 3.9.6+`
6+
**Requires** `JDK 17+` and `Maven 3.9.6+`

‎plexus-compilers/plexus-compiler-javac-errorprone/src/site/markdown/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ with error-prone static analysis checks enabled.
66

77
See https://errorprone.info
88

9-
**Requires** `JDK 11+`
9+
**Requires** `JDK 11+`

‎plexus-compilers/plexus-compiler-javac/src/site/markdown/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Plexus Javac Component
33

44
Javac Compiler support for Plexus Compiler component.
55

6-
**Requires** `JDK 8+`
6+
**Requires** `JDK 8+`

0 commit comments

Comments
 (0)
Please sign in to comment.