We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
开发插件的时候,我可能更喜欢使用已有的 Halo 测试环境。这个时候我更新插件的策略是:
./gradlew build
第 2 步操作稍嫌麻烦。如果当前 Gradle 插件能够提供一个任务,如:updatePlugin,可能会大大简化我更新插件的流程。
updatePlugin
同时,我们也可以在 build.gradle 中通过以下配置来对不同的 Halo 实例做更新插件操作:
halo { remote { url = 'http://localhost:8090' username = 'admin' password = 'openadmin' } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
开发插件的时候,我可能更喜欢使用已有的 Halo 测试环境。这个时候我更新插件的策略是:
./gradlew build
构建插件第 2 步操作稍嫌麻烦。如果当前 Gradle 插件能够提供一个任务,如:
updatePlugin
,可能会大大简化我更新插件的流程。同时,我们也可以在 build.gradle 中通过以下配置来对不同的 Halo 实例做更新插件操作:
The text was updated successfully, but these errors were encountered: