#1 Made StdLibs a gradle project and removed Storage Tags

병합
stan kindlich:master 에서 master 로 2 commits 를 머지했습니다 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 년 전가 Close
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…
취소
저장
아직 콘텐츠가 없습니다.