Skip to content

Commit

Permalink
Merge pull request #1247 from gradle/gk/removeSpotlessExample
Browse files Browse the repository at this point in the history
Removed the spotless maven caching example due to it being incomplete
  • Loading branch information
ribafish authored Jun 19, 2024
2 parents 7791543 + 2247004 commit 153a4cd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 248 deletions.
1 change: 0 additions & 1 deletion build-caching-maven-samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ The following Maven plugins are demonstrated:
- PMD: `org.apache.maven.plugins:maven-pmd-plugin`
- Protobuf: `com.github.os72:protoc-jar-maven-plugin`
- Spotbugs: `com.github.spotbugs:spotbugs-maven-plugin`
- Spotless: `com.diffplug.spotless:spotless-maven-plugin`
- Spring Cloud Contract: `org.springframework.cloud:spring-cloud-contract-maven-plugin`
- Webstart: `org.codehaus.mojo:webstart-maven-plugin` (Java 1.8 only)
1 change: 0 additions & 1 deletion build-caching-maven-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<module>pmd-project</module>
<module>protobuf-project</module>
<module>spotbugs-project</module>
<module>spotless-project</module>
<module>spring-cloud-contract-project</module>

<!-- Webstart/JNLP only works when run with JDK 1.8 or earlier, so it is excluded by default. -->
Expand Down
4 changes: 0 additions & 4 deletions build-caching-maven-samples/spotless-project/README.md

This file was deleted.

235 changes: 0 additions & 235 deletions build-caching-maven-samples/spotless-project/pom.xml

This file was deleted.

This file was deleted.

0 comments on commit 153a4cd

Please sign in to comment.