com.tailrocks.idea
Owner: Alexey Zhokhov
Common Gradle IDEA plugin conventions used by tailrocks projects.
https://github.com/tailrocks/tailrocks-gradle-conventions
Sources: https://github.com/tailrocks/tailrocks-gradle-conventions.git
Version 0.5.1 (latest)
0.5.1
Created 21 October 2023.
Common Gradle IDEA plugin conventions used by tailrocks projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.tailrocks.idea") version "0.5.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.tailrocks.gradle:idea-conventions:0.5.1") } } apply(plugin = "com.tailrocks.idea")
- Applying plugins to all subprojects .