mattosaurus / PgpCore

.NET Core class library for using PGP
MIT License
234 stars 98 forks source link

SonarQube scanner java error #256

Closed mattosaurus closed 9 months ago

mattosaurus commented 9 months ago

SonarQube quality scans should no longer be using Java 11.

Attempting to upgrade to 17 gives the following error.

java.lang.UnsupportedClassVersionError: org/sonarsource/scanner/cli/Main has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0

mattosaurus commented 9 months ago

Resolved in #258