de.thetaphi.forbiddenapis
Owner: Uwe Schindler
Allows to parse Java byte code to find invocations of method/class/field signatures and fail build.
https://github.com/policeman-tools/forbidden-apis
Sources: https://github.com/policeman-tools/forbidden-apis.git
Version 3.8 (latest)
3.8
Created 07 October 2024.
Allows to parse Java byte code to find invocations of method/class/field signatures and fail build.
Add this plugin to your build using the plugins DSL:
plugins {
id("de.thetaphi.forbiddenapis") version "3.8"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.thetaphi:forbiddenapis:3.8") } } apply(plugin = "de.thetaphi.forbiddenapis")
- Applying plugins to all subprojects .