书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 2517 个相关结果.
  • 5.3 Creating Custom Commands

    5.3 Creating Custom Commands 5.3 Creating Custom Commands You can create your own commands by running the create-command command from the root of your project. For example the...
  • Jenkins agent

    Jenkins agent Jenkins agent images Jenkins agent environment variables Jenkins agent memory requirements Jenkins agent Gradle builds Jenkins agent pod retention Jenkins age...
  • 终止 tasks

    终止 tasks 终止 tasks 终止任务是一个正在开发的功能. 这里的终止任务并不是指终止一个任务, 而是指一个无论运行结果如何最后都会被执行的任务. 例子 15.27. 加入一个任务终止器 build.gradle task taskX << { println 'taskX' } task tas...
  • 使用其他的脚本配置项目

    使用其他的脚本配置项目 使用其他的脚本配置项目 您还可以使用其他的构建脚本来配置当前的项目,Gradle 构建语言的所有的内容对于其他的脚本都是可以使用的. 您甚至可以在别的脚本中再使用其他的脚本. 例子 14.3.使用其他的构建脚本配置项目 build.gradle apply from : 'other.gradle' ot...
  • 启动构建任务

    4.3.4. 启动构建任务 4.3.4. 启动构建任务 构建脚本中定义的 Gradle 任务可以通过如下方式启动: 如果是在 CUBA Studio 中使用项目,很多从 CUBA 主菜单执行的命令都实际上代理给 Gradle 任务:Build Tasks 菜单下的所有命令,以及 Start/Stop/Restart Application S...
  • Build Tools

    Java build tools in VS Code Maven Exploring Maven project Resolve unknown type Working with POM.xml Execute Maven commands and goals Generate project from Maven Archetype Gra...
  • 创建并发布多平台库——教程

    创建并发布多平台库——教程 搭建环境 创建一个项目 Write cross-platform code 提供平台相关实现 JVM JS Native Test your library Prerequisites Write common tests Add platform-specific tests Publish your li...
  • 开发服务器与持续编译

    开发服务器与持续编译 开发服务器与持续编译 Instead of manually compiling and executing a Kotlin/JS project every time you want to see the changes you made, you can use the continuous compilation mod...
  • Kotlin

    Hello World - Kotlin Before you begin Recreating the sample code Build and deploy this sample Remove the sample app deployment Hello World - Kotlin A simple web app written ...
  • Kotlin

    Hello World - Kotlin Before you begin Recreating the sample code Build and deploy this sample Remove the sample app deployment Hello World - Kotlin A simple web app written ...