Przeglądaj źródła

Add noop placeholder checkPart3 task

Mark Vieira 3 lat temu
rodzic
commit
362fb80db4
1 zmienionych plików z 1 dodań i 0 usunięć
  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' }