Browse Source

feat(mybatis-plus):java升级为1.8编译

小锅盖 7 years ago
parent
commit
a5d3437c59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -1,6 +1,6 @@
 ext {
     configuration = [
-        javaVersion = JavaVersion.VERSION_1_7
+        javaVersion = JavaVersion.VERSION_1_8
     ]
 
     libraries = [