Skip to content

Commit 2bf6e18

Browse files
committed
typo
1 parent e1cf928 commit 2bf6e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/thetaphi/forbiddenapis/gradle/CheckForbiddenApis.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ public void info(String msg) {
534534

535535
if (checker.hasNoSignatures()) {
536536
if (options.contains(FAIL_ON_UNRESOLVABLE_SIGNATURES)) {
537-
throw new InvalidUserDataException("No API signatures found; use parameters 'signatures', 'bundledSignatures', 'signaturesURLs', and/or 'signaturesFiles' to define those!");
537+
throw new InvalidUserDataException("No API signatures found; use properties 'signatures', 'bundledSignatures', 'signaturesURLs', and/or 'signaturesFiles' to define those!");
538538
} else {
539539
log.info("Skipping execution because no API signatures are available.");
540540
return;

0 commit comments

Comments
 (0)