mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
…
Code-generator API project
The project contains set of interfaces used by Workspace Model's generator. It describes an API of the generator and language-agnostic metamodel used by them. The project has to be open as a regular Gradle project despite the fact that it's located in IntelliJ sources.
Distribution
API is connected to other projects as JAR library. To promote the new version of API you have to:
- Increase the version of the artifact at build.gradle.kts
- Run the corresponding task on TC
- Check that the new version of the artifact was uploaded to intellij-dependencies
- Update the version of dependency in IntelliJ project and in Code-Generator Impl