This repository was archived by the owner on May 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 <plugin >
3030 <groupId >org.fortasoft</groupId >
3131 <artifactId >gradle-maven-plugin</artifactId >
32- <version >1.0.8</version >
3332
3433 <configuration >
3534 <gradleVersion >${gradle.version} </gradleVersion >
Original file line number Diff line number Diff line change 508508 <plugin >
509509 <groupId >org.jacoco</groupId >
510510 <artifactId >jacoco-maven-plugin</artifactId >
511- <version >0.8.5</version >
512511 </plugin >
513512
514513 <plugin >
515514 <groupId >org.apache.maven.plugins</groupId >
516515 <artifactId >maven-compiler-plugin</artifactId >
517- <version >3.8.1</version >
518516 </plugin >
519517 <plugin >
520518 <groupId >org.apache.maven.plugins</groupId >
521519 <artifactId >maven-resources-plugin</artifactId >
522- <version >3.1.0</version >
523520 </plugin >
524521 </plugins >
525522 <pluginManagement >
526523 <plugins >
527524
525+ <plugin >
526+ <groupId >org.apache.maven.plugins</groupId >
527+ <artifactId >maven-compiler-plugin</artifactId >
528+ <version >3.8.1</version >
529+ </plugin >
530+ <plugin >
531+ <groupId >org.apache.maven.plugins</groupId >
532+ <artifactId >maven-resources-plugin</artifactId >
533+ <version >3.1.0</version >
534+ </plugin >
535+
528536 <plugin >
529537 <artifactId >maven-javadoc-plugin</artifactId >
530538 <version >3.2.0</version >
537545 <plugin >
538546 <groupId >org.jacoco</groupId >
539547 <artifactId >jacoco-maven-plugin</artifactId >
540- <version >0.7.7.201606060606 </version >
548+ <version >0.8.5 </version >
541549 <inherited >true</inherited >
542550 <executions >
543551 <execution >
684692 </configuration >
685693 </plugin >
686694
695+ <plugin >
696+ <groupId >org.fortasoft</groupId >
697+ <artifactId >gradle-maven-plugin</artifactId >
698+ <version >1.0.8</version >
699+ </plugin >
700+
687701 <!-- Swagger -->
688702 <plugin >
689703 <groupId >io.openapitools.swagger</groupId >
You can’t perform that action at this time.
0 commit comments