#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) } ```
stan затворено пре 4 година
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…
Откажи
Сачувај
Још нема садржаја.