User: rednesto Date: 06 Jan 23 00:24 Revision: 7aa54bc92bfc7d51d13f90e27444386455ff2c64 Summary: Revert "Build against 2022.3 release" This reverts commit 026475b730714e22638de816605460ce5fd17ee7. Causes persisting errors when running tests on MacOS Actions TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=8228&personal=false Index: gradle.properties =================================================================== --- gradle.properties (revision 7d57c625ff29cfc8850e0b0cf352a395aaeb9cff) +++ gradle.properties (revision 7aa54bc92bfc7d51d13f90e27444386455ff2c64) @@ -11,13 +11,13 @@ # suppress inspection "UnusedProperty" for whole file kotlin.code.style=official -ideaVersion = 2022.3 +ideaVersion = 223-EAP-SNAPSHOT ideaVersionName = 2022.3 coreVersion = 1.5.21 downloadIdeaSources = true -pluginTomlVersion = 223.7571.59 +pluginTomlVersion = 223.4884.72 # Silences a build-time warning because we are bundling our own kotlin library kotlin.stdlib.default.dependency = true