V1.2 fixes class file version too high (66) for jdk21

This commit is contained in:
Shautvast 2025-10-02 10:36:11 +02:00
parent c921fc1efb
commit ff53b020d9

View file

@ -5,7 +5,7 @@ plugins {
} }
group = "com.github.shautvast" group = "com.github.shautvast"
version = "1.1" version = "1.2"
repositories { repositories {
mavenCentral() mavenCentral()
@ -31,7 +31,8 @@ intellijPlatform {
} }
changeNotes = """ changeNotes = """
Initial version: insert branchname in commit dialog. No configuration needed. 1.1 Initial version: insert branchname in commit dialog. No configuration needed.
1.2 No code changes. Plugin was mistakenly compiled using jdk22 so it didn't work.
""".trimIndent() """.trimIndent()
} }
} }