Browse Source

fix that can't skip test (#14872)

3.1.9-release
fuchanghai 1 year ago committed by GitHub
parent
commit
e7bdefd875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pom.xml

2
pom.xml

@ -571,8 +571,6 @@
<source>${java.version}</source>
<target>${java.version}</target>
<encoding>${project.build.sourceEncoding}</encoding>
<skip>false</skip>
<!--not skip compile test classes-->
</configuration>
</plugin>
<plugin>

Loading…
Cancel
Save