V1.2 fixes class file version too high (66) for jdk21
This commit is contained in:
parent
c921fc1efb
commit
ff53b020d9
1 changed files with 3 additions and 2 deletions
|
|
@ -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()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue