File tree Expand file tree Collapse file tree 2 files changed +57
-1
lines changed
spring-boot-project/spring-boot-actuator-autoconfigure Expand file tree Collapse file tree 2 files changed +57
-1
lines changed Original file line number Diff line number Diff line change 248
248
</lifecycleMappingMetadata >
249
249
</configuration >
250
250
</plugin >
251
+ <plugin >
252
+ <groupId >com.gradle</groupId >
253
+ <artifactId >gradle-enterprise-maven-extension</artifactId >
254
+ <version >1.5.3</version >
255
+ </plugin >
251
256
</plugins >
252
257
</pluginManagement >
253
258
<plugins >
254
259
<plugin >
255
260
<groupId >com.gradle</groupId >
256
261
<artifactId >gradle-enterprise-maven-extension</artifactId >
257
- <version >1.5.3</version >
258
262
<configuration >
259
263
<gradleEnterprise >
260
264
<plugins >
Original file line number Diff line number Diff line change 734
734
</build >
735
735
</profile >
736
736
</profiles >
737
+ <build >
738
+ <plugins >
739
+ <plugin >
740
+ <groupId >com.gradle</groupId >
741
+ <artifactId >gradle-enterprise-maven-extension</artifactId >
742
+ <configuration >
743
+ <gradleEnterprise >
744
+ <plugins >
745
+ <plugin >
746
+ <artifactId >maven-surefire-plugin</artifactId >
747
+ <executions >
748
+ <execution >
749
+ <id >default-test</id >
750
+ <outputs >
751
+ <directories >
752
+ <directory >
753
+ <name >generated-snippets</name >
754
+ <path >${project.basedir} /target/generated-snippets</path >
755
+ </directory >
756
+ </directories >
757
+ </outputs >
758
+ </execution >
759
+ </executions >
760
+ </plugin >
761
+ <plugin >
762
+ <artifactId >asciidoctor-maven-plugin</artifactId >
763
+ <executions >
764
+ <execution >
765
+ <id >generate-html-documentation</id >
766
+ <inputs >
767
+ <fileSets >
768
+ <fileSet >
769
+ <name >generated-snippets</name >
770
+ <paths >
771
+ <path >${project.basedir} /target/generated-snippets</path >
772
+ </paths >
773
+ <includes >
774
+ <include >**/*</include >
775
+ </includes >
776
+ <normalization >RELATIVE_PATH</normalization >
777
+ </fileSet >
778
+ </fileSets >
779
+ </inputs >
780
+ </execution >
781
+ </executions >
782
+ </plugin >
783
+ </plugins >
784
+ </gradleEnterprise >
785
+ </configuration >
786
+ </plugin >
787
+ </plugins >
788
+ </build >
737
789
</project >
You can’t perform that action at this time.
0 commit comments