#1 Made StdLibs a gradle project and removed Storage Tags

已合併
stan 4 年之前 將 2 次代碼提交從 kindlich:master合併至 master

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 年之前 關閉
The pull request has been merged.
登入 才能加入這對話。
未選擇標籤
未選擇里程碑
No Assignees
1 參與者
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
取消
儲存
尚未有任何內容