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 13, 2023
1 parent 15fdccc commit 2281222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
</configuration>
</plugin>
<plugin>
<artifactId>maven-sources-plugin</artifactId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
</plugin>
</plugins>
Expand Down

0 comments on commit 2281222

Please sign in to comment.