We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc3cf7 commit 58cd506Copy full SHA for 58cd506
build.gradle.kts
@@ -3,6 +3,7 @@ plugins {
3
id("gradlexbuild.build-parameters")
4
id("gradlexbuild.documentation-conventions")
5
id("org.gradlex.internal.plugin-publish-conventions") version "0.5"
6
+ id("de.thetaphi.forbiddenapis") version "3.4"
7
}
8
9
group = "org.gradlex"
@@ -50,3 +51,7 @@ tasks.publishPlugins {
50
51
dependsOn(tasks.check)
52
53
54
+forbiddenApis {
55
+ // See https://github.com/policeman-tools/forbidden-apis/wiki/BundledSignatures
56
+ bundledSignatures.add("jdk-unsafe")
57
+}
0 commit comments