com.kazurayam.inspectus4katalon
Owner: KAZUAKI URAYAMA (MATSUHASHI)
adds 'gradle drivers' task which downloads required jars from the Maven Central repository to locate them into the Drivers folder of a Katalon Studio project
https://kazurayam.github.io/inspectus4katalon-gradle-plugin/
Sources: https://github.com/kazurayam/inspectus4katalon-gradle-plugin
Version 0.5.1
0.5.1
Created 02 December 2023.
adds 'gradle drivers' task which downloads required jars from the Maven Central repository to locate them into the Drivers folder of a Katalon Studio project
Add this plugin to your build using the plugins DSL:
plugins {
id("com.kazurayam.inspectus4katalon") version "0.5.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.kazurayam:inspectus4katalonImpl:0.5.1") } } apply(plugin = "com.kazurayam.inspectus4katalon")
- Applying plugins to all subprojects .