com.dua3.cabe
Owner: Axel Howind
A plugin that adds assertions for annotated method parameters at compile time.
https://github.com/xzel23/cabe
Sources: https://github.com/xzel23/cabe
Version 1.0.0
1.0.0
Created 09 August 2022.
A plugin that adds assertions for annotated method parameters at compile time.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.dua3.cabe") version "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.dua3:cabe-gradle-plugin:1.0.0") } } apply(plugin = "com.dua3.cabe")
- Applying plugins to all subprojects .