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