We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9721669 commit 279cbf0Copy full SHA for 279cbf0
pom.xml
@@ -166,6 +166,8 @@
166
<version>3.3.0</version>
167
</plugin>
168
<!-- Include the git properties to ensure reproducible builds -->
169
+ <!-- Maven 3.6.1 error build compatibility-->
170
+ <!--
171
<plugin>
172
<groupId>io.github.git-commit-id</groupId>
173
<artifactId>git-commit-id-maven-plugin</artifactId>
@@ -191,7 +193,7 @@
191
193
<excludeProperty>^git.local.branch.*$</excludeProperty>
192
194
</excludeProperties>
195
</configuration>
- </plugin>
196
+ </plugin>-->
197
</plugins>
198
</build>
199
0 commit comments