书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 2603 个相关结果.
  • Plugins

    Maven Example Gradle Example Maven A Maven plugin to support the OpenAPI generator project Example Add to your build->plugins section (default phase is generate-sources ...
  • Chapter 1. Introduction 介绍

    1986 2018-03-22 《Gradle 3 用户指南》
    Chapter 1. Introduction 介绍 1.1. About this user guide 关于本用户指南 Chapter 1. Introduction 介绍 Gradle 为Java(JVM)世界提供快速构建的工具。提供如下功能: 一个非常灵活的通用构建工具,如 Ant 方便从 Maven 中切换过来。但我们从不强制 对多项...
  • kapt 编译器插件

    kapt 编译器插件 Using in Gradle Annotation processor arguments Gradle 构建缓存支持 Improving the speed of builds that use kapt Running kapt tasks in parallel Caching for annotation proces...
  • Proguard

    Proguard Proguard If you have some restrictions on your JAR size (for example when deploying a free application to heroku ),you can use proguard to shrink it. If you are using ...
  • 远程包依赖

    远程包依赖 远程包依赖 Gradle 支持从 Maven 或 Ivy 仓库中拉取依赖文件。首先必须将仓库添加到列表中,然后必须在 dependencies 中添加 Maven 或 Ivy 声明的包。 repositories { jcenter () } dependencies { compile '...
  • 参与 Kotlin 早期访问计划

    参与 Kotlin 早期访问计划 How the EAP can help you be more productive with Kotlin Build details 参与 Kotlin 早期访问计划 You can participate in the Kotlin Early Access Preview (EAP) to try out...
  • Configure build variants

    配置构建变体 配置构建类型 配置产品风格 组合多个产品风格与风格维度 过滤变体 创建源集 更改默认源集配置 使用源集构建 声明依赖项 配置签署设置 签署 Wear OS 应用 配置构建变体 此页面以配置构建概览 为基础,向您介绍如何配置构建变体,以便从同一个项目中创建应用的不同版本,以及如何正确地管理依赖项并签署配置。 每个...
  • 微服务模板工具

    微服务模板工具 构建模板微服务 服务生成工具 微服务模板工具 在微服务架构下,我们经常需要按业务领域进行拆分,新建微服务。 频繁的创建新服务,十分繁琐,本文介绍一种微服务创建的模板工具。 在Maven架构下,我们可以用ArchType )快速生成新项目。 但在本文所选的Gradle构建工具下,尚未有类似工具。 我们使用模板替换的方式,新建服...
  • Adding Extensions and 3rd Party Libraries

    Contents Useful links Guide to build.gradle libGDX Dependencies libGDX Extensions Box2D Gradle Bullet Gradle FreeTypeFont Gradle Controllers Gradle Tools Gradle Box2DLights...
  • 17.5.1 Automatic Restart

    17.5.1 Automatic Restart Maven Restart Gradle Restart File Watch and Mac OS X 17.5.1 Automatic Restart There are various ways to achieve reloading of classes on the JVM, all...