فهرست منبع

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 checkPart1 = tasks.register('checkPart1')
   def checkPart2 = tasks.register('checkPart2')
   def checkPart2 = tasks.register('checkPart2')
+  def checkPart3 = tasks.register('checkPart3')
   plugins.withId('lifecycle-base') {
   plugins.withId('lifecycle-base') {
     if (project.path.startsWith(":x-pack:")) {
     if (project.path.startsWith(":x-pack:")) {
       checkPart2.configure { dependsOn 'check' }
       checkPart2.configure { dependsOn 'check' }