Skip to content

Commit eeb8e7a

Browse files
committed
Merge branch '2026.1' into 2026.2
2 parents 7aac1b4 + a53790d commit eeb8e7a

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

changelog.md

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

3+
## [1.8.17]
4+
5+
### Added
6+
7+
- Added support for IntelliJ 2026.2
8+
- Added completion contributor for Bukkit event handlers
9+
310
## [1.8.16]
411

512
### Added

create_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import sys
1818
from typing import List, Tuple
1919

20-
BRANCHES=["2025.2", "2025.3", "2026.1"]
20+
BRANCHES=["2025.2", "2025.3", "2026.1", "2026.2"]
2121

2222
def check_file_contains_version(path: str, version: str) -> bool:
2323
try:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ org.gradle.jvmargs=-Xmx1g
2323

2424
ideaVersionName = 2026.2
2525

26-
coreVersion = 1.8.16
26+
coreVersion = 1.8.17
2727

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

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Minecraft Development for IntelliJ
2323
<td align="left">2026.1</td>
2424
<td align="left"><a href="https://ci.mcdev.io/viewType.html?buildTypeId=MinecraftDev_Nightly_20261"><img src="https://ci.mcdev.io/app/rest/builds/buildType:(id:MinecraftDev_Nightly_20261)/statusIcon.svg" alt="2026.1 Nightly Status" /></a></td>
2525
</tr>
26+
<tr>
27+
<td align="left">2026.2</td>
28+
<td align="left"><a href="https://ci.mcdev.io/viewType.html?buildTypeId=MinecraftDev_Nightly_20262"><img src="https://ci.mcdev.io/app/rest/builds/buildType:(id:MinecraftDev_Nightly_20262)/statusIcon.svg" alt="2026.2 Nightly Status" /></a></td>
29+
</tr>
2630
<tr>
2731
<td align="left"><b>OS Tests</b></td>
2832
<td align="left" colspan="2">
@@ -31,7 +35,7 @@ Minecraft Development for IntelliJ
3135
</tr>
3236
</table>
3337

34-
Info and Documentation [![Current Release](https://img.shields.io/badge/release-1.8.16-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327)
38+
Info and Documentation [![Current Release](https://img.shields.io/badge/release-1.8.17-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327)
3539
----------------------
3640

3741
<a href="https://discord.gg/j6UNcfr"><img src="https://i.imgur.com/JXu9C1G.png" height="48px"></img></a>

0 commit comments

Comments
 (0)