Skip to content

Commit 828b2e7

Browse files
committed
23.1.223.000.0-Eclipse_2023-03
1 parent 75f89e9 commit 828b2e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tasks {
1010
}
1111

1212
group = "EclipseCodeFormatter"
13-
version = "23.0.223.000.0-Eclipse_2023-03"
13+
version = "23.1.223.000.0-Eclipse_2023-03"
1414

1515
tasks {
1616
patchPluginXml {
@@ -19,6 +19,7 @@ tasks {
1919
changeNotes.set(
2020
buildString {
2121
append("- Compatibility with IJ 2023").append("<br>")
22+
append("- Compatibility with Eclipse 2023-03").append("<br>")
2223
append("- Bundled Eclipse 2023-03").append("<br>")
2324
}
2425
)
@@ -52,7 +53,8 @@ repositories {
5253

5354
// Configure Gradle IntelliJ Plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
5455
intellij {
55-
version.set("2023.1")
56+
// version.set("2023.1")
57+
version.set("2022.3")
5658
type.set("IC") // Target IDE Platform
5759
plugins.set(listOf("java"))
5860
}

0 commit comments

Comments
 (0)