Add protostream compatibility check against release/26.1

Closes #36490
This commit is contained in:
Ryan Emerson 2025-01-15 13:16:54 +00:00 committed by Alexander Schwartz
parent af3f6281b8
commit 4e3e73195a

View File

@ -111,7 +111,7 @@
</execution>
</executions>
<configuration combine.self="append">
<remoteLockFiles>https://raw.githubusercontent.com/keycloak/keycloak/refs/heads/release/26.0/model/infinispan/proto.lock</remoteLockFiles>
<remoteLockFiles>https://raw.githubusercontent.com/keycloak/keycloak/refs/heads/release/26.0/model/infinispan/proto.lock,https://raw.githubusercontent.com/keycloak/keycloak/refs/heads/release/26.1/model/infinispan/proto.lock</remoteLockFiles>
</configuration>
</plugin>
</plugins>