Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix Revapi
Browse files Browse the repository at this point in the history
triceo committed Mar 12, 2024

Verified

This commit was signed with the committer’s verified signature.
triceo Lukáš Petrovický
1 parent bec85da commit ead3f02
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
@@ -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>

0 comments on commit ead3f02

Please sign in to comment.