eu.aylett.conventions.jvm
Owner: Andrew Aylett
Conventional support for JVM build features, like integration tests
https://gradle-plugins.aylett.eu/
Sources: https://github.com/andrewaylett/gradle-plugins
Version 0.4.0 (latest)
0.4.0
Created 22 September 2024.
Conventional support for JVM build features, like integration tests
Add this plugin to your build using the plugins DSL:
plugins {
id("eu.aylett.conventions.jvm") version "0.4.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("eu.aylett:gradle-plugins:0.4.0") } } apply(plugin = "eu.aylett.conventions.jvm")
- Applying plugins to all subprojects .