Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Danilo Pianini
org.danilopianini.multi-jvm-test-plugin
PluginId
Author
org.danilopianini.multi-jvm-test-plugin
Owner:
Danilo Pianini
This gradle plugin runs the test suit with multiple versions of the Java Virtual Machine
Version 4.1.0 (latest)
4.1.0
Created 14 August 2025.
This gradle plugin runs the test suit with multiple versions of the Java Virtual Machine
Other versions
- 4.0.3
- 4.0.2
- 4.0.2-dev09-9fe02b2
- 4.0.1
- 4.0.0
- 3.6.1
- 3.6.0
- 3.5.4
- 3.5.3
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.4-dev0a-60cc873
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.0
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.2
- 3.1.2-dev02-1c22848
- 3.1.1
- 3.1.1-dev02-e087bb9
- 3.1.0
- 3.0.3
- 3.0.3-dev06-8400a1c
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.1
- 2.0.0
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.2-dev02-a1d0b08
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.5.10-dev02-d0b3d59
- 0.5.8
- 0.5.7
- 0.5.6
- 0.5.5
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.23
- 0.4.22
- 0.4.21
- 0.4.21-dev07-a6c8176
- 0.4.20
- 0.4.19
- 0.4.18
- 0.4.17
- 0.4.16
- 0.4.15
- 0.4.14
- 0.4.13
- 0.4.12
- 0.4.11
- 0.4.10
- 0.4.9
- 0.4.8
- 0.4.7
- 0.4.6
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.7
- 0.3.6
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.2
- 0.2.1
- 0.2.0
- 0.2.0-dev06-c05ad28
- 0.2.0-dev05-12dd292
- 0.2.0-dev04-515514c
- 0.2.0-dev03-74ae95a
- 0.2.0-dev01-173d222
- 0.1.0
- 0.1.0-archeo-530112a
- 0.1.0-archeo-53838e4
- 0.1.0-archeo-706da1e
- 0.1.0-archeo-655ea82
- 0.1.0-archeo-172b3c7
- 0.1.0-archeo-78cd488
- 0.1.0-archeo-71e6b74
- 0.1.0-archeo-38cf816
- 0.1.0-archeo-27d45d3
- 0.1.0-archeo-9da066c
- 0.1.0-archeo-8e34446
- 0.1.0-archeo-7bd7a16
- 0.1.0-archeo-4c94a70
- 0.1.0-archeo-e1cea30
- 0.1.0-archeo-e1b730a
- 0.1.0-archeo-cef1870
- 0.1.0-archeo-ba492f2
- 0.1.0-archeo-b94e7d8
- 0.1.0-dev09-587211b
- 0.1.0-dev08-ebcb20f
- 0.1.0-dev07-4539097
- 0.1.0-dev06-83867d1
- 0.1.0-dev05-22865f0
- 0.1.0-dev04-d10e345
- 0.1.0-dev02-0308ddf
- 0.1.0-dev01-c622eaa
- 0.1.0-dev0m-e3ea690
- 0.1.0-dev0l-b639f89
- 0.1.0-dev0k-0c7a3f9
- 0.1.0-dev0i-1f3ada7
- 0.1.0-dev0h-f7cb077
- 0.1.0-dev0g-0ab7e43
- 0.1.0-dev0f-555a17d
- 0.1.0-dev0e-34b3088
- 0.1.0-dev0c-d469623
- 0.1.0-dev0b-b696551
- 0.1.0-dev0a-df66cc6
Add this plugin to your build using the plugins DSL:
plugins {
id("org.danilopianini.multi-jvm-test-plugin") version "4.1.0"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("org.danilopianini.multi-jvm-test-plugin:org.danilopianini.multi-jvm-test-plugin.gradle.plugin:4.1.0") }
It can then be applied in the precompiled script plugin:plugins { id("org.danilopianini.multi-jvm-test-plugin") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.danilopianini.multi-jvm-test-plugin:org.danilopianini.multi-jvm-test-plugin.gradle.plugin:4.1.0") } } apply(plugin = "org.danilopianini.multi-jvm-test-plugin")
- Applying plugins to all subprojects .