Skip to content

Commit 0e51376

Browse files
committed
feat(ide): share curated IntelliJ project settings via workspace.yaml
Enforce JDK_25_PREVIEW language level through ws:upgrade-publish so preview features stop red-underlining in IntelliJ while --enable-preview builds cleanly via mvnw. Adopt ike-parent 102 which ships the sectioned .gitignore output and the new IdeSettings-driven upgrade step. - Bump ike-parent 100 → 102 - Add ide.language-level: JDK_25_PREVIEW to workspace.yaml - Curated .idea/ slice now tracked: misc.xml, kotlinc.xml, encodings.xml, jarRepositories.xml, .idea/.gitignore - .idea/compiler.xml, .idea/vcs.xml, .idea/workspace.xml stay ignored Closes IKE-Network/ike-issues#135 Assisted-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9e3c062 commit 0e51376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>network.ike.pipeline</groupId>
77
<artifactId>ike-parent</artifactId>
8-
<version>100</version>
8+
<version>102</version>
99
<relativePath/>
1010
</parent>
1111
<groupId>dev.ikm.komet</groupId>

0 commit comments

Comments
 (0)