Search Gradle plugins

Version 0.0.1

0.0.1

Created 10 April 2023.

Leverage ChatGPT to enable quicker test failure resolution

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.enfuse.ChatGPTPlugin") version "0.0.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.enfuse.plugin:chatgpt-test-gradle-plugin:0.0.1")
      }
    }
    
    apply(plugin = "io.enfuse.ChatGPTPlugin")
  • Applying plugins to all subprojects .