File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ tasks {
10
10
}
11
11
12
12
group = " EclipseCodeFormatter"
13
- version = " 23.0 .223.000.0-Eclipse_2023-03"
13
+ version = " 23.1 .223.000.0-Eclipse_2023-03"
14
14
15
15
tasks {
16
16
patchPluginXml {
@@ -19,6 +19,7 @@ tasks {
19
19
changeNotes.set(
20
20
buildString {
21
21
append(" - Compatibility with IJ 2023" ).append(" <br>" )
22
+ append(" - Compatibility with Eclipse 2023-03" ).append(" <br>" )
22
23
append(" - Bundled Eclipse 2023-03" ).append(" <br>" )
23
24
}
24
25
)
@@ -52,7 +53,8 @@ repositories {
52
53
53
54
// Configure Gradle IntelliJ Plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
54
55
intellij {
55
- version.set(" 2023.1" )
56
+ // version.set("2023.1")
57
+ version.set(" 2022.3" )
56
58
type.set(" IC" ) // Target IDE Platform
57
59
plugins.set(listOf (" java" ))
58
60
}
You can’t perform that action at this time.
0 commit comments