This is an automated email from the ASF dual-hosted git repository.

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git


The following commit(s) were added to refs/heads/master by this push:
     new 4cab092  Update pom.xml
4cab092 is described below

commit 4cab092238f31161aaa595bce15e21259233ef0e
Author: von gosling <[email protected]>
AuthorDate: Thu Nov 26 18:49:05 2020 +0800

    Update pom.xml
---
 rocketmq-spring-boot-samples/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rocketmq-spring-boot-samples/pom.xml 
b/rocketmq-spring-boot-samples/pom.xml
index 52ee175..3d8978c 100644
--- a/rocketmq-spring-boot-samples/pom.xml
+++ b/rocketmq-spring-boot-samples/pom.xml
@@ -38,6 +38,8 @@
     </modules>
 
     <properties>
+        <maven.compiler.source>1.8</maven.compiler.source>
+        <maven.compiler.target>1.8</maven.compiler.target>
         
<rocketmq-spring-boot-starter-version>2.1.0</rocketmq-spring-boot-starter-version>
     </properties>
 
@@ -60,7 +62,6 @@
                         <id>validate</id>
                         <phase>validate</phase>
                         <configuration>
-                            <skip>${disable.checks}</skip>
                             <excludes>src/main/resources</excludes>
                             
<configLocation>style/rmq_checkstyle.xml</configLocation>
                             <encoding>UTF-8</encoding>

Reply via email to