File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
# suppress inspection "UnusedProperty" for whole file
22
22
kotlin.code.style =official
23
23
24
- ideaVersion = 233.11555.11 -EAP-SNAPSHOT
24
+ ideaVersion = 233.11799 -EAP-CANDIDATE -SNAPSHOT
25
25
ideaVersionName = 2023.3
26
26
27
27
coreVersion = 1.6.11
28
28
downloadIdeaSources = true
29
29
30
- pluginTomlVersion = 233.11555.11
30
+ pluginTomlVersion = 233.11799.7
31
31
32
32
# Silences a build-time warning because we are bundling our own kotlin library
33
33
kotlin.stdlib.default.dependency = false
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ jflex-skeleton = "org.jetbrains.idea:jflex:1.7.0-c1fdf11"
18
18
grammarKit = " org.jetbrains.idea:grammar-kit:1.5.1"
19
19
20
20
# Gradle Tooling
21
- gradleToolingExtension = " com.jetbrains.intellij.gradle:gradle-tooling-extension:233.11555.11 -EAP-SNAPSHOT"
21
+ gradleToolingExtension = " com.jetbrains.intellij.gradle:gradle-tooling-extension:233.11799 -EAP-CANDIDATE -SNAPSHOT"
22
22
annotations = " org.jetbrains:annotations:24.0.0"
23
23
groovy = " org.codehaus.groovy:groovy-all:2.5.18"
24
24
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ import com.demonwav.mcdev.nbt.tags.TagLong
35
35
import com.demonwav.mcdev.nbt.tags.TagLongArray
36
36
import com.demonwav.mcdev.nbt.tags.TagShort
37
37
import com.demonwav.mcdev.nbt.tags.TagString
38
- import com.intellij.util.io.inputStream
39
38
import java.nio.file.Path
40
39
import java.nio.file.Paths
40
+ import kotlin.io.path.inputStream
41
41
import org.junit.jupiter.api.Assertions
42
42
import org.junit.jupiter.api.BeforeEach
43
43
import org.junit.jupiter.api.DisplayName
You can’t perform that action at this time.
0 commit comments