Skip to content

Commit

Permalink
Improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo authored and melix committed Jan 17, 2024
1 parent 46a75ff commit 48369f0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ class ClasspathIsUsedFunctionalTest extends BaseFunctionalTest {
throw new IllegalStateException("Need to update the byteCode version mapping for Java ${JavaVersion.current()}, you can ref https://javaalmanac.io/bytecode/versions")
}
// Superclasses can only be reported if the classpath is present
hasTextReport("""Comparing source compatibility of ${testProjectDir.fileName}-v2.jar against ${testProjectDir.fileName}.jar
hasTextReport("Comparing source compatibility of ${testProjectDir.fileName}-v2.jar against ${testProjectDir.fileName}.jar")
hasTextReport("""
***! MODIFIED CLASS: PUBLIC me.champeau.gradle.japicmp.Subtype (not serializable)
\t=== CLASS FILE FORMAT VERSION: $byteCodeVersion <- $byteCodeVersion
\t***! MODIFIED SUPERCLASS: me.champeau.gradle.japicmp.ChangedLibrarySuperclass (<- me.champeau.gradle.japicmp.LibrarySuperclass)
Expand Down

0 comments on commit 48369f0

Please sign in to comment.