Skip to content

Commit

Permalink
ci: fix Revapi
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed Mar 12, 2024
1 parent 623f067 commit c6a9ed0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@
<plugin>
<groupId>org.revapi</groupId>
<artifactId>revapi-maven-plugin</artifactId>
<configuration> <!-- Remove this override when oldTimefoldVersion is >= 1.9.0 -->
<oldArtifacts>
<artifact>${project.groupId}:timefold-solver-core-impl:${revapi.oldTimefoldVersion}</artifact>
</oldArtifacts>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit c6a9ed0

Please sign in to comment.