Skip to content

Instantly share code, notes, and snippets.

@cdsap
Created February 23, 2023 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdsap/b186f638664580dd37e28826ba182336 to your computer and use it in GitHub Desktop.
Save cdsap/b186f638664580dd37e28826ba182336 to your computer and use it in GitHub Desktop.
Plugin Management block
<pluginManagement>
<plugins>
<plugin>
<groupId>com.gradle</groupId>
<artifactId>gradle-enterprise-maven-extension</artifactId>
<configuration>
<gradleEnterprise>
<plugins>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<inputs>
<fileSets>
<fileSet>
<name>baseDir</name>
</fileSet>
</fileSets>
<properties>
<property>
<name>antlr4</name>
</property>
<property>
<name>applySkip</name>
</property>
<property>
<name>encoding</name>
</property>
<property>
<name>encoding</name>
</property>
<property>
<name>encoding</name>
</property>
<property>
<name>checkSkip</name>
</property>
<property>
<name>cpp</name>
</property>
<property>
<name>filePatterns</name>
</property>
<property>
<name>formats</name>
</property>
<property>
<name>goal</name>
</property>
<property>
<name>groovy</name>
</property>
<property>
<name>javascript</name>
</property>
<property>
<name>json</name>
</property>
<property>
<name>kotlin</name>
</property>
<property>
<name>licenseHeader</name>
</property>
<property>
<name>setLicenseHeaderYearsFromGitHistory</name>
</property>
<property>
<name>scala</name>
</property>
<property>
<name>skip</name>
</property>
<property>
<name>markdown</name>
</property>
<property>
<name>pom</name>
</property>
<property>
<name>python</name>
</property>
<property>
<name>ratchetFrom</name>
</property>
<property>
<name>sql</name>
</property>
<property>
<name>typescript</name>
</property>
<property>
<name>upToDateChecking</name>
</property>
<property>
<name>yaml</name>
</property>
</properties>
<ignoredProperties>
<ignore>repositorySystemSession</ignore>
<ignore>repositories</ignore>
<ignore>project</ignore>
<ignore>lineEndings</ignore>
<ignore>java</ignore>
</ignoredProperties>
</inputs>
<outputs>
<directories>
<directory>
<name>buildDir</name>
</directory>
</directories>
</outputs>
</plugin>
</plugins>
</gradleEnterprise>
</configuration>
</plugin>
</plugins>
</pluginManagement>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment