We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d9aef commit 6fb4888Copy full SHA for 6fb4888
2 files changed
changelog.md
@@ -1,5 +1,11 @@
1
# Minecraft Development for IntelliJ
2
3
+## [1.8.18]
4
+
5
+### Fixed
6
7
+- Write-unsafe context errors during project creation
8
9
## [1.8.17]
10
11
### Added
gradle.properties
@@ -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 @@ org.gradle.jvmargs=-Xmx1g
23
24
ideaVersionName = 2025.3
25
26
-coreVersion = 1.8.17
+coreVersion = 1.8.18
27
28
# Silences a build-time warning because we are bundling our own kotlin library
29
kotlin.stdlib.default.dependency = false
0 commit comments