Skip to content

Commit

Permalink
build: downgrade maven-sources-plugin from 3.3.0 to 3.2.1
Browse files Browse the repository at this point in the history
The new version of the plugin caused build failure because of duplicate configurations.

Before fixing the root cause, downgrade to the old version.
  • Loading branch information
saig0 committed Sep 21, 2023
1 parent 0764eeb commit a2ac85e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
<version>1.5.2</version>
</dependency>

<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit a2ac85e

Please sign in to comment.