Skip to content

Commit

Permalink
For Java 11 as baseline we also need to workaround misisng signatures (
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed Oct 2, 2022
1 parent 90bc32a commit eebf24d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/validation/forbidden-apis.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ allprojects { prj ->
// TODO: Get hold of warning messages, see https://github.com/policeman-tools/forbidden-apis/issues/207
tasks.matching { it.name == "forbiddenApisMain19" }.all {
failOnMissingClasses = false
failOnUnresolvableSignatures = false
targetCompatibility = 19
}

Expand Down

0 comments on commit eebf24d

Please sign in to comment.