Skip to content

Commit

Permalink
Merge branch 'master' into fix-1332
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 authored May 19, 2021
2 parents 3fbaabf + 51aa5ce commit cafb66b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void processSpec(SourceUnit sourceUnit, ClassNode clazz, ErrorReporter errorRepo
}
} catch (Exception e) {
errorReporter.error(
"Unexpected error during compilation of spec '%s'. Maybe you have used invalid Spock syntax? Anyway, please file a bug report at http://issues.spockframework.org.",
"Unexpected error during compilation of spec '%s'. Maybe you have used invalid Spock syntax? Anyway, please file a bug report at https://issues.spockframework.org.",
e, clazz.getName());
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void checkGroovyVersion(String whoIsChecking) {
} else {
throw new IncompatibleGroovyVersionException(format(
"The Spock %s cannot execute because Spock %s is not compatible with Groovy %s. For more information (including enforce mode), " +
"see http://docs.spockframework.org (section 'Known Issues').\n" +
"see https://docs.spockframework.org (section 'Known Issues').\n" +
"Spock artifact: %s\n" +
"Groovy artifact: %s",
whoIsChecking, SpockReleaseInfo.getVersion(), GroovyReleaseInfo.getVersion(),
Expand Down

0 comments on commit cafb66b

Please sign in to comment.