Skip to content

Commit 6fb4888

Browse files
committed
Version 1.8.18
1 parent 00d9aef commit 6fb4888

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Minecraft Development for IntelliJ
22

3+
## [1.8.18]
4+
5+
### Fixed
6+
7+
- Write-unsafe context errors during project creation
8+
39
## [1.8.17]
410

511
### Added

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# https://mcdev.io/
55
#
6-
# Copyright (C) 2025 minecraft-dev
6+
# Copyright (C) 2026 minecraft-dev
77
#
88
# This program is free software: you can redistribute it and/or modify
99
# it under the terms of the GNU Lesser General Public License as published
@@ -23,7 +23,7 @@ org.gradle.jvmargs=-Xmx1g
2323

2424
ideaVersionName = 2025.3
2525

26-
coreVersion = 1.8.17
26+
coreVersion = 1.8.18
2727

2828
# Silences a build-time warning because we are bundling our own kotlin library
2929
kotlin.stdlib.default.dependency = false

0 commit comments

Comments
 (0)