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.3.4
0.3.4
Created 17 December 2022.
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.3.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.kazurayam:inspectus4katalon:0.3.4") } } apply(plugin = "com.kazurayam.inspectus4katalon")
- Applying plugins to all subprojects .