User: kyle wood Date: 19 Jul 26 21:47 Revision: 6fb48881d9a7d2e08026a66efa3e480370fa5054 Summary: Version 1.8.18 TeamCity URL: http://ci.mcdev.io:80/viewModification.html?tab=vcsModificationFiles&modId=10582&personal=false Index: changelog.md =================================================================== --- changelog.md (revision 00d9aef9b6b1be70e3c0c5126d32aec70a36c17d) +++ changelog.md (revision 6fb48881d9a7d2e08026a66efa3e480370fa5054) @@ -1,5 +1,11 @@ # Minecraft Development for IntelliJ +## [1.8.18] + +### Fixed + +- Write-unsafe context errors during project creation + ## [1.8.17] ### Added Index: gradle.properties =================================================================== --- gradle.properties (revision 00d9aef9b6b1be70e3c0c5126d32aec70a36c17d) +++ gradle.properties (revision 6fb48881d9a7d2e08026a66efa3e480370fa5054) @@ -3,7 +3,7 @@ # # https://mcdev.io/ # -# Copyright (C) 2025 minecraft-dev +# Copyright (C) 2026 minecraft-dev # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published @@ -23,7 +23,7 @@ ideaVersionName = 2025.3 -coreVersion = 1.8.17 +coreVersion = 1.8.18 # Silences a build-time warning because we are bundling our own kotlin library kotlin.stdlib.default.dependency = false