#1 Made StdLibs a gradle project and removed Storage Tags

Обединени
stan обедини 2 ревизии от kindlich:master във master преди 4 години
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) } ```
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…
Отказ
Запис
Все още няма съдържание.