Skip to content

Request for supporting Java LTS 25 #172

Description

@LaFrimousse

Hi devs, is it possible to make this plugin compatible with java LTS version 25 ?

With LTS 21, this plugin works like a charm , but upgrading the java toolchain version to:

java {
    toolchain {
        languageVersion = JavaLanguageVersion.of(25)
    }
}

Outputs the following error when running the 'forkedSpringBootRun' task:

Error: LinkageError occurred while loading main class my.wonderful.Application
java.lang.UnsupportedClassVersionError: my/wonderful/Application has been compiled by a more recent version of the Java Runtime (class file version 69.0), this version of the Java Runtime only recognizes class file versions up to 65.0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions