Skip to content

Commit 7954ba8

Browse files
committed
Version 1.8.2
1 parent c22c001 commit 7954ba8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Minecraft Development for IntelliJ
22

3-
## [Unreleased]
3+
## [1.8.2]
44

55
### Added
66

@@ -29,6 +29,7 @@
2929
- [#2376](https://github.com/minecraft-dev/MinecraftDev/issues/2376) Error when generating event listeners in read only file
3030
- [#2308](https://github.com/minecraft-dev/MinecraftDev/issues/2308) Mixin Inject signature fix adds last parameter as first local
3131
- [#1813](https://github.com/minecraft-dev/MinecraftDev/issues/1813) Single character Accessor targets aren't inferred correctly
32+
- [#1886](https://github.com/minecraft-dev/MinecraftDev/issues/1886) Sync error in ForgeGradle composite builds
3233

3334
## [1.8.1] - 2024-08-10
3435

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# suppress inspection "UnusedProperty" for whole file
2222
ideaVersionName = 2024.1
2323

24-
coreVersion = 1.8.1
24+
coreVersion = 1.8.2
2525

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

0 commit comments

Comments
 (0)