io.enfuse.ChatGPTPlugin
Owner: Enfuse.io
Leverage ChatGPT to enable quicker test failure resolution
https://github.com/enfuse/chatgpt-test-gradle-plugin
Sources: https://github.com/enfuse/chatgpt-test-gradle-plugin
Version 0.0.2
0.0.2
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.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.enfuse.plugin:chatgpt-test-gradle-plugin:0.0.2") } } apply(plugin = "io.enfuse.ChatGPTPlugin")
- Applying plugins to all subprojects .