Просмотр исходного кода

修改:dependencies:lombok from "compile" to "compileOnly"

HCL 7 лет назад
Родитель
Сommit
1b31d8c4ed
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      mybatis-plus-core/build.gradle

+ 1 - 1
mybatis-plus-core/build.gradle

@@ -6,7 +6,7 @@ dependencies {
     compile project(":mybatis-plus-annotation")
     compile rootProject.ext.dependencies["mybatis"]
     compile rootProject.ext.dependencies["jsqlparser"]
-    compile rootProject.ext.dependencies["lombok"]
+    compileOnly rootProject.ext.dependencies["lombok"]
     compile group: 'com.trigersoft', name: 'jaque', version: '2.1.2'
 
     testCompile rootProject.ext.dependencies["mybatis-ehcache"]