plugins/elastic-conventions/src/integrationTest/java/co/elastic/gradle/elatic_conventions/ElasticConventionsPluginIT.java [97:116]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        helper.buildScript(String.format("""
                   import %s
                   import %s
                   plugins {
                       id("co.elastic.elastic-conventions")
                       id("co.elastic.cli.jfrog")
                       id("co.elastic.cli.manifest-tool")
                   }
                                  
                   val jfrog by tasks.registering(JFrogCliExecTask::class)
                   val manifestTool by tasks.registering(ManifestToolExecTask::class)
                   
                   tasks.check {
                      dependsOn(jfrog, manifestTool)
                   }
                 
                """, JFrogCliExecTask.class.getName(), ManifestToolExecTask.class.getName())
        );

        final BuildResult result = gradleRunner
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



plugins/elastic-conventions/src/integrationTest/java/co/elastic/gradle/elatic_conventions/ElasticConventionsPluginIT.java [134:153]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        helper.buildScript(String.format("""
                   import %s
                   import %s
                   plugins {
                       id("co.elastic.elastic-conventions")
                       id("co.elastic.cli.jfrog")
                       id("co.elastic.cli.manifest-tool")
                   }
                                  
                   val jfrog by tasks.registering(JFrogCliExecTask::class)
                   val manifestTool by tasks.registering(ManifestToolExecTask::class)
                   
                   tasks.check {
                      dependsOn(jfrog, manifestTool)
                   }
                 
                """, JFrogCliExecTask.class.getName(), ManifestToolExecTask.class.getName())
        );

        final BuildResult result = gradleRunner
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



