Skip to content

Commit

Permalink
Minor adjustment of Maven/Gradle configs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-punko committed Jan 16, 2024
1 parent 42d9a2a commit ed87534
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
11 changes: 1 addition & 10 deletions func-test/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
*
* Detailed information about configuring a multi-project build in Gradle can be found
* in the user manual at https://docs.gradle.org/6.0.1/userguide/multi_project_builds.html
*/

rootProject.name = 'articles-backend-app-func-test'
rootProject.name = 'spring-boot-template-func-test'
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<!-- https://stackoverflow.com/questions/54414274/override-the-version-of-maven-surefire-plugin-inherited-from-a-maven-import -->
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -212,8 +212,8 @@
</goals>
</execution>
<execution>
<id>generate-code-coverage-report</id>
<phase>test</phase>
<id>report</id>
<phase>prepare-package</phase>
<goals>
<goal>report</goal>
</goals>
Expand Down

0 comments on commit ed87534

Please sign in to comment.