Skip to content

Commit

Permalink
hotfix: build scan rejected by ge.apache.org
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhuw committed Dec 30, 2024
1 parent dd67936 commit f9a0a67
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@
<extension>
<groupId>com.gradle</groupId>
<artifactId>develocity-maven-extension</artifactId>
<version>1.23</version>
<!--
Make sure the extension version is compatible with server version of https://ge.apache.org/, otherwise CI
could pass while build scan rejected. It might be good to fail CI in this case, so we can drop this comment,
but I did find an option.
Refs: https://docs.gradle.com/develocity/compatibility/
-->
<version>1.22.2</version>
</extension>
<extension>
<groupId>com.gradle</groupId>
Expand Down

0 comments on commit f9a0a67

Please sign in to comment.