Skip to content

Commit 58cd506

Browse files
committed
1 parent 4fc3cf7 commit 58cd506

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ plugins {
33
id("gradlexbuild.build-parameters")
44
id("gradlexbuild.documentation-conventions")
55
id("org.gradlex.internal.plugin-publish-conventions") version "0.5"
6+
id("de.thetaphi.forbiddenapis") version "3.4"
67
}
78

89
group = "org.gradlex"
@@ -50,3 +51,7 @@ tasks.publishPlugins {
5051
dependsOn(tasks.check)
5152
}
5253

54+
forbiddenApis {
55+
// See https://github.com/policeman-tools/forbidden-apis/wiki/BundledSignatures
56+
bundledSignatures.add("jdk-unsafe")
57+
}

0 commit comments

Comments
 (0)