com.jprofiler
Owner: Ingo Kegel
Integration with JProfiler
https://www.ej-technologies.com/
Sources: https://www.ej-technologies.com/
Add this plugin to your build using the plugins DSL:
plugins {
id("com.jprofiler") version "13.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.jprofiler:gradle_publish:13.0") } } apply(plugin = "com.jprofiler")
- Applying plugins to all subprojects .