#1 Made StdLibs a gradle project and removed Storage Tags

已合并
stan 4 年前 将 2 次代码提交从 kindlich:master合并至 master
kindlich 评论于 4 年前

This means we only need the source once and don’t have multiple zips lying around.

Now other projects can get the stdlibs jar like so:

processResources {
    dependsOn(":StdLibs:zipItUp")
    from files(evaluationDependsOn(":StdLibs").tasks.getByName("zipItUp").outputs)
}
This means we only need the source once and don't have multiple zips lying around. Now other projects can get the stdlibs jar like so: ```groovy processResources { dependsOn(":StdLibs:zipItUp") from files(evaluationDependsOn(":StdLibs").tasks.getByName("zipItUp").outputs) } ```
stan4 年前 关闭
请求已合并。
登陆 并参与到对话中。
未选择标签
未选择里程碑
未指派成员
1 名参与者
到期时间

未设置到期时间。

依赖工单

此合并请求当前没有任何依赖。

正在加载...
取消
保存
这个人很懒,什么都没留下。