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
Over the years this plugin has gathered lots of legacy. Parts of the code base still originate from the gradle 5.x era. We have kept lots of the behaviour in-place to ensure backward compatibility. For version 2.0 I think it's time to cut that legacy and not care about breaking changes but try to improve the usage of the plugin.
This issue is used to collect ideas and outline new features we want to add. Feel free to comment your ideas into this issue so that we can discuss them.
Changes planned:
Usage of gradle properties in all DSL parts the end users write in their build script
Proper configuration phase handling. No more afterEvaluate and dependency resolving during configuration. e.g. gradle help and gradle tasks shall not download anything
download JBR: switch from maven dependencies to https://cache-redirector.jetbrains.com/intellij-jbr/ also see JBRResolver
Rework GitBasedVersioning to handle missing git gracefully. Configuration of the version pattern would be nice as well.
User JetBrains Maven repository to download MPS. (would require handling the annoying path problem given that the folder in the zip file always contains the MPS version number)
The text was updated successfully, but these errors were encountered:
Over the years this plugin has gathered lots of legacy. Parts of the code base still originate from the gradle 5.x era. We have kept lots of the behaviour in-place to ensure backward compatibility. For version 2.0 I think it's time to cut that legacy and not care about breaking changes but try to improve the usage of the plugin.
This issue is used to collect ideas and outline new features we want to add. Feel free to comment your ideas into this issue so that we can discuss them.
Changes planned:
afterEvaluate
and dependency resolving during configuration. e.g.gradle help
andgradle tasks
shall not download anythingFesture ideas:
https://cache-redirector.jetbrains.com/intellij-jbr/
also seeJBRResolver
GitBasedVersioning
to handle missing git gracefully. Configuration of the version pattern would be nice as well.The text was updated successfully, but these errors were encountered: