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
Use gradle build directly for dev build (flutter#8387)
This changes over to using gradle for writing the JX Browser key and setting the dev version number, which allows us to call `./gradlew build` for building the dev release instead of using the plugin tool. Note that the plugin tool is still being used to upload the dev build to jetbrains.
I think the next step is removing the gradle build command from the plugin tool and auditing the rest of the commands in the plugin tool to see if we can remove more. I ran a test of building dev from this branch, but I'll wait to make sure this works over the weekend before proceeding.
0 commit comments