#1 Made StdLibs a gradle project and removed Storage Tags

Yhdistetty
stan yhdistetty 2 committia lähteestä kindlich:master kohteeseen master 4 vuotta sitten

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.
Sign in to join this conversation.
Ei tunnistetta
Ei merkkipaalua
No Assignees
1 osallistujaa
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
Peruuta
Tallenna
Sisältöä ei vielä ole.