#1 Made StdLibs a gradle project and removed Storage Tags

Samengevoegd
stan heeft 2 commits samengevoegd van kindlich:master naar master 4 jaren geleden

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 gesloten om 4 jaren geleden
The pull request has been merged.
Sign in to join this conversation.
Geen label
Geen mijlpaal
Niet toegewezen
1 deelnemers
Vervaldatum

Geen vervaldatum ingesteld.

Dependencies

This pull request currently doesn't have any dependencies.

Laden…
Annuleren
Opslaan
Er is nog geen inhoud.