⁠
rednesto: Revert "Build against 2022.3 release"
This reverts commit 026475b730714e22638de816605460ce5fd17ee7.
Causes persisting errors when running tests on MacOS Actions
This reverts commit 026475b730714e22638de816605460ce5fd17ee7.
Causes persisting errors when running tests on MacOS Actions
- #
- # Minecraft Dev for IntelliJ
- #
- # https://minecraftdev.org
- #
- # Copyright (c) 2022 minecraft-dev
- #
- # MIT License
- #
- # suppress inspection "UnusedProperty" for whole file
- kotlin.code.style=official
- ideaVersion = 2022.3
- ideaVersionName = 2022.3
- coreVersion = 1.5.21
- downloadIdeaSources = true
- pluginTomlVersion = 223.7571.59
- # Silences a build-time warning because we are bundling our own kotlin library
- kotlin.stdlib.default.dependency = true
- #
- # Minecraft Dev for IntelliJ
- #
- # https://minecraftdev.org
- #
- # Copyright (c) 2022 minecraft-dev
- #
- # MIT License
- #
- # suppress inspection "UnusedProperty" for whole file
- kotlin.code.style=official
- ideaVersion = 223-EAP-SNAPSHOT
- ideaVersionName = 2022.3
- coreVersion = 1.5.21
- downloadIdeaSources = true
- pluginTomlVersion = 223.4884.72
- # Silences a build-time warning because we are bundling our own kotlin library
- kotlin.stdlib.default.dependency = true