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 7317c47 commit 1e0b79cCopy full SHA for 1e0b79c
pom.xml
@@ -99,7 +99,7 @@
99
<plugins>
100
<plugin>
101
<artifactId>maven-compiler-plugin</artifactId>
102
- <version>3.9.0</version>
+ <version>3.6.2</version>
103
<configuration>
104
<source>17</source>
105
<target>17</target>
@@ -166,8 +166,6 @@
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
172
<groupId>io.github.git-commit-id</groupId>
173
<artifactId>git-commit-id-maven-plugin</artifactId>
@@ -193,7 +191,7 @@
193
191
<excludeProperty>^git.local.branch.*$</excludeProperty>
194
192
</excludeProperties>
195
</configuration>
196
- </plugin>-->
+ </plugin>
197
</plugins>
198
</build>
199
0 commit comments