#1 Made StdLibs a gradle project and removed Storage Tags

Sammanfogat
stan sammanfogade 2 incheckningar från kindlich:master in i master 4 år sedan
kindlich kommenterad 4 år sedan

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 stängde 4 år sedan
The pull request has been merged.
Logga in för att delta i denna konversation.
Ingen Etikett
Ingen Milsten
No Assignees
1 Deltagare
Förfallodatum

Inget förfallodatum satt.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
Avbryt
Spara
Det finns inget innehåll än.