You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(rider): Restore rd-gen model generation for both 2025.3 and 2026.1
Commit 292181d removed hashFolder, classpath, and sources from the
RdGenExtension config to accommodate rd-gen 2026.1 API changes, but
this broke the 2025.3 build and left 2026.1 model generation non-
functional.
For pre-2026 profiles, restore the extension properties via reflection
to avoid script compilation failures when the 2026.1 rd-gen jar is on
the buildscript classpath.
For 2026.1+, add a compileModelSources task that pre-compiles model
sources with an external Kotlin compiler, since rd-gen 2026.1 removed
its built-in Kotlin compilation support.
0 commit comments