Commit Graph

3 Commits

Author SHA1 Message Date
Jake Landis 1ff5b8518c
add back darwin-tar/build.gradle (whoops) 2020-04-08 15:31:56 -05:00
Jake Landis 13d1683bec
Allow different source sets from forbiddenApis (#54731)
ForbiddenApis task via the precommit task currently makes an assumption
that only the test and main source sets are present for any given project.
This commit removes that assumption and allows for any project source set's
compileClasspath class path to be added to the forbiddenApis classpath
configuration.
2020-04-08 15:21:18 -05:00
Ryan Ernst 8e5f9c4b14
Add OS/architecture classifier to distributions (#37881)
This commit adds classifiers to the distributions indicating the
OS (for archives) and platform. The current OSes are for windows, darwin (ie
macos) and linux. This change will allow future OS/architecture specific
changes to the distributions. Note the docs using distribution links
have been updated, but will be reworked in a followup to make OS
specific instructions for the archives.
2019-01-29 11:18:30 -08:00