Skip to content

Commit eee49d1

Browse files
committed
Version 1.23.3.
1 parent af6b6b4 commit eee49d1

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.23.3
2+
* Fix "Slow operations are prohibited on EDT" error with IntelliJ 2021.2.
3+
14
### 1.23.2
25
* Fix IllegalAccessError with IntelliJ 2021.1.*.
36

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ detekt {
4646
sourceSets {
4747
main {
4848
java.srcDirs("gen")
49+
java.srcDirs("src/main/kotlin")
4950
java.exclude("com/gmail/blueboxware/libgdxplugin/annotations/**")
5051
resources.srcDirs("resources")
5152
}
@@ -63,6 +64,7 @@ tasks {
6364
}
6465
withType<KotlinCompile> {
6566
kotlinOptions.jvmTarget = "1.8"
67+
kotlinOptions.apiVersion = "1.4"
6668
}
6769

6870
withType<Detekt> {

gradle.properties

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
pluginGroup = com.gmail.blueboxware
22
pluginName = LibGDX Plugin
3-
pluginVersion = 1.23.2
3+
pluginVersion = 1.23.3
44

5-
pluginSinceBuild = 202.7660.26
5+
pluginSinceBuild = 203.7717.56
66
pluginUntilBuild =
77

88
# See https://jb.gg/intellij-platform-builds-list for available build versions.
9-
pluginVerifierIdeVersions = 202.7660.26, 2020.3.4, 2021.1.1
9+
pluginVerifierIdeVersions = 203.7717.56, 2020.3.4, 2021.1.1
1010

1111
platformType = IC
12-
#platformVersion = 203.7717.56
13-
platformVersion = 212.4746.92
12+
platformVersion = 203.7717.56
1413
platformDownloadSources = true
1514

1615
platformPlugins = java, Kotlin, Groovy, properties

0 commit comments

Comments
 (0)