mklink 1.0.5 发布,软链接 Gradle 构建时指定目录

栏目: 软件资讯 · 发布时间: 6年前

内容简介:mklink 1.0.5 发布了,mklink 作为一个 Gradle 插件,用于构建过程中对一些目录建立软链接.。 mklink 可以在 Gradle 执行构建任务时,将 Build 目录在恰当的时机建立在内存盘的软链接,达到加速写入和减少固态磁盘...

mklink 1.0.5 发布了,mklink 作为一个 Gradle 插件,用于构建过程中对一些目录建立软链接.。

mklink 可以在 Gradle 执行构建任务时,将 Build 目录在恰当的时机建立在内存盘的软链接,达到加速写入减少固态磁盘消耗目的。

新版值更新内容有:

  • 支持添加多个软链接(mklinks)
	// 多个链接
	mklinks {
		mklink {
			next = '*'
			link = "${project.projectDir}\\build"
			target = "R:\\Build\\example\\${project.name}"
		}
		mklink {
			next = '*'
			link = "${project.projectDir}\\build_release"
			target = "R:\\Build\\example\\${project.name}_release"
		}
	}

mklink配置方式如下:

mklink 1.0.5 发布,软链接 Gradle 构建时指定目录

使用方法


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Introduction to the Design and Analysis of Algorithms

Introduction to the Design and Analysis of Algorithms

Anany Levitin / Addison Wesley / 2011-10-10 / USD 117.00

Based on a new classification of algorithm design techniques and a clear delineation of analysis methods, Introduction to the Design and Analysis of Algorithms presents the subject in a coherent a......一起来看看 《Introduction to the Design and Analysis of Algorithms》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

随机密码生成器
随机密码生成器

多种字符组合密码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具