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 "10.1-PRE6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.jprofiler:gradle:10.1-PRE6") } } apply(plugin = "com.jprofiler")
- Applying plugins to all subprojects .