首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏实用技术

    创建一个springboot工程最小化代码(json-lib的引入gradle方式)

    * * Detailed information about configuring a multi-project build in Gradle can be found * in the docs.gradle.org/4.3/userguide/multi_project_builds.html */ /* // To declare projects as part of a multi-project

    66140编辑于 2022-02-10
  • 来自专栏云原生工具箱

    GitLab 冷知识:使用 Gitlab Webhook 触发 Pipeline

    pipelines triggered with the pipeline triggers API[2] by using a trigger token[3]. pipeline pipelines In multi-project pipeline_triggers.html [3] trigger token: https://docs.gitlab.com/ee/ci/triggers/index.html#create-a-trigger-token [4] multi-project

    3.3K20编辑于 2022-12-05
  • 来自专栏潇涧技术专栏

    Gradle Plugin for Android Development User Guide 1

    ###Dependencies, Android Libraries and Multi-project setup Gradle projects can have dependencies on other Multi project setup [使用multi-project setup可以使得Gradle项目依赖其他的Gradle项目,它通常是通过将所有的项目作为某个指定的根项目的子目录来实现的。] Gradle projects can also depend on other gradle projects by using a multi-project setup. A multi-project setup usually works by having all the projects as sub folders of a given root project dependencies: dependencies { compile project(':libraries:lib1') } More general information about multi-project

    1.1K30发布于 2018-08-01
  • 来自专栏TopFE

    gitlab ci/cd 多项目流水线制品合并方案

    To force the trigger job to wait for the downstream (multi-project or child) pipeline to complete, use

    1.1K10编辑于 2022-01-24
  • 来自专栏程序猿的大杂烩

    Gradle多项目构建与jar包发布

    而 Gradle 也拥有类似的功能,我们将其称之为多项目构建(multi-project build)。

    3.1K20发布于 2020-09-23
  • 来自专栏程序员修炼之路

    Android组件化的10个经典面试题

    使用Gradle的multi-project构建系统来管理这些模块。 通过接口定义模块间的通信,可以使用AIDL或依赖注入框架(如Dagger)。

    61110编辑于 2024-09-24
  • 来自专栏怪兽怪秀

    Keil系列教程11_工程窗口图标说明

    3.1 Project工程图标 多工程图标: Multi-Project 即工作空间图标。 工程图标: Projcet工程标识图标。

    1.9K30编辑于 2022-12-29
  • 来自专栏叽叽西

    Gradle Build Lifecycle

    Multi-project builds 多项目建设 多项目生成是在 Gradle 的单次执行期间生成多个项目的生成。 您必须在设置文件中声明参与多项目生成的项目。

    95010编辑于 2022-05-17
  • 来自专栏程序员Gank

    Android工程模块化平台的设计

    一种是submodule,一种是multi-project。 首先看submodule:这种结构是Android默认的多模块结构,在一个工程下面有多个模块。 与之对应的,multi-project能很好的解决这个问题:所有模块都是一个独立的工程,他们在文件系统上是并列关系,每个模块所在的工程才是一个git仓库。

    62230发布于 2018-07-23
  • 来自专栏Android群英传

    Android工程模块化平台的设计

    一种是submodule,一种是multi-project。 首先看submodule:这种结构是Android默认的多模块结构,在一个工程下面有多个模块。 与之对应的,multi-project能很好的解决这个问题:所有模块都是一个独立的工程,他们在文件系统上是并列关系,每个模块所在的工程才是一个git仓库。

    48740发布于 2018-07-20
  • 来自专栏携程技术

    干货 | Android工程模块化平台的设计

    一种是submodule,一种是multi-project。 ? 首先看submodule:这种结构是Android默认的多模块结构,在一个工程下面有多个模块。 与之对应的,multi-project能很好的解决这个问题:所有模块都是一个独立的工程,他们在文件系统上是并列关系,每个模块所在的工程才是一个git仓库。

    1.4K30发布于 2018-07-05
  • 来自专栏WebJ2EE

    【GitLab CI/CD】:Pipelines

    Multi-project pipelines combine pipelines for different projects together.

    95530发布于 2021-01-18
  • 来自专栏用户6590312的专栏

    Gradle 深度刨析

    多项目构建(Multi-project Builds) 多项目会被排成的一个层次结构。一个项目有一个名称以及能够唯一标识该层次结构中的完全限定的路径。

    1.1K10发布于 2021-01-12
  • 来自专栏一个会写诗的程序员的博客

    Gradle 命令行介紹和安裝教程

    Gradle will attempt to reduce configuration time for large multi-project builds.

    1.3K30发布于 2020-09-10
  • 来自专栏用户6590312的专栏

    第一个 Gradle 脚本及简单命令

    This means faster build for large multi-project builds.

    90720发布于 2021-01-12
  • 来自专栏/root

    TypeScript:环境安装与配置全指南

    . */ // "disableSolutionSearching": true, /* Opt a project out of multi-project reference

    66110编辑于 2025-09-28
  • 来自专栏TopFE

    复制的官方GitLab 文档

    in the child pipeline configuration so that it can be triggered by the parent pipeline. pipeline For multi-project Enables merge request pipelines, merged results pipelines, and merge trains. pipelines For multi-project You can use this keyword to create two different types of downstream pipelines: Multi-project pipelines Basic trigger syntax for multi-project pipelines You can configure a downstream trigger by using the To force the trigger job to wait for the downstream (multi-project or child) pipeline to complete, use

    2.8K10编辑于 2022-01-24
  • 来自专栏前端小歌谣

    关于原始typescript实现todolist笔记(装饰器模式)

    . */ // "disableSolutionSearching": true, /* Opt a project out of multi-project reference

    38840编辑于 2023-10-19
  • 来自专栏前端开发学kotlin

    前端开发者的 Kotlin 之旅:初试Gradle 构建系统

    插件) Loader/Plugin 扩展构建能力 Gradle 插件通过 apply 语句激活,可深度集成到构建生命周期;Webpack 插件通过钩子函数介入构建流程 模块化 多项目构建(Multi-project

    89810编辑于 2025-04-21
  • 来自专栏测试工程师成长之道

    Gradle 创建java项目详细步骤

    Gradle will attempt to reduce configuration time for large multi-project builds.

    1.4K40发布于 2019-07-25
领券