浏览代码

Add noop placeholder checkPart3 task

Mark Vieira 3 年之前
父节点
当前提交
362fb80db4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      build.gradle

+ 1 - 0
build.gradle

@@ -210,6 +210,7 @@ allprojects {
 
   def checkPart1 = tasks.register('checkPart1')
   def checkPart2 = tasks.register('checkPart2')
+  def checkPart3 = tasks.register('checkPart3')
   plugins.withId('lifecycle-base') {
     if (project.path.startsWith(":x-pack:")) {
       checkPart2.configure { dependsOn 'check' }