书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 2603 个相关结果.
  • 给 tasks 排序

    给 tasks 排序 给 tasks 排序 任务的排序功能正在测试和优化. 请注意, 这项功能在 Gradle 之后的版本里可能会改变. 在某些情况下, 我们希望能控制任务的的执行顺序, 这种控制并不是向上一张那样去显示地加入依赖关系. 最主要的区别是我们设定的排序规则不会影响那些要被执行的任务, 只是影响执行的顺序本身. 好吧, 我知道可能...
  • Chapter 1. Introduction 介绍

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

    仓库 仓库 Gradle 是怎样找到那些外部依赖的文件的呢? Gradle 会在一个repository(仓库)里找这些文件. 仓库其实就是文件的集合, 通过 group , name 和 version 整理分类. Gradle 能解析好几种不同的仓库形式, 比如 Maven 和 Ivy, 同时可以理解各种进入仓库的方法, 比如使用本地文件系统...
  • FAQ

    Q: How do I run my program? Q: What is Kotlin/Native memory management model? Q: How do I create a shared library? Q: How do I create a static library or an object file? Q: How...
  • Kotlin 1.7 的兼容性指南

    Kotlin 1.7 的兼容性指南 Basic terms Language Make safe call result always nullable Prohibit the delegation of super calls to an abstract superclass member Prohibit exposing non-public...
  • Proguard

    Proguard note note Proguard note This help topic is in development and will be updated in the future. If you have some restrictions on your JAR size (for example whe...
  • 概览

    项目配置 开始 Maven 命令 快速启动脚本 Gradle 构建脚本 快速启动脚本 需要哪些依赖项? Flink API 运行和打包 下一步是什么? 项目配置 本节将向你展示如何通过流行的构建工具 (Maven 、Gradle ) 配置你的项目,必要的依赖项(比如连接器和格式 ),以及覆盖一些高级 配置主题。 每个 Flink 应...
  • 远程artifacts

    4.1.2 远程 artifacts 4.1.2 远程 artifacts Gradle 支持从 Maven 和 Ivy 仓库获取 artifacts。 首先必须把库添加到列表中,并且以 Maven 或者 Ivy 的定义方式定义需要的依赖。 repositories { mavenCentral () } depen...
  • Test Dependencies

    Dependencies for Testing DataStream API Testing Table API Testing Dependencies for Testing Flink provides utilities for testing your job that you can add as dependencies. Da...
  • 4.6 Dependency Resolution

    4.6 Dependency Resolution 4.6 Dependency Resolution Dependency resolution is handled by the Gradle build tool , all dependencies are defined in the build.gradle file. Refer to...