#1 Made StdLibs a gradle project and removed Storage Tags

Birleştirildi
stan master 4 yıl önce içindeki kindlich:master işlemelerini 2 ile birleştirdi
kindlich 4 yıl önce olarak yorumlandı

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.
Bu konuşmaya katılmak için oturum aç.
Etiket Yok
Kilometre Taşı Yok
No Assignees
1 Katılımcı
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
İptal
Kaydet
Henüz bir içerik yok.