mattosaurus / PgpCore

.NET Core class library for using PGP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SonarQube scanner java error

mattosaurus opened this issue · comments

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

Resolved in #258