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 2.0-rc6
2.0-rc6
Created 27 December 2023.
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 "2.0-rc6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.dua3:cabe-gradle-plugin:2.0-rc6") } } apply(plugin = "com.dua3.cabe")
- Applying plugins to all subprojects .