aboutsummaryrefslogtreecommitdiff
path: root/buildSrc/src
AgeCommit message (Expand)Author
2017-05-24Update RoboJavaModulePlugin to use Java 8Michael Hoisie
2017-05-17Update support for the Android O developer preview (#3104)Michael Hoisie
2017-04-26Treat javadocs as markdown.Christian Williams
2017-04-04Aggregate all test results and upload to S3.Christian Williams
2017-04-03Prevent rebuild when NO_REBUILD=true.Christian Williams
2017-03-28Update android version to "o" to match git tag for the Android release.Jonathan Gerrish
2017-03-21Initial support for Android O runtime.Jonathan Gerrish
2017-03-01Fix pom organization.Christian Williams
2017-02-28checkForApiChanges now reports deprecation issues.Christian Williams
2017-02-07CheckApiChangesPlugin cleanup.Christian Williams
2017-01-27Improvements to API change checking.Christian Williams
2017-01-27Add gradle task for comparing jars for API changes.Christian Williams
2017-01-26Gradle maven artifact name gen refactor.Christian Williams
2017-01-09Add list of available Android SDKs to root project.Christian Williams
2017-01-09Don't create or upload artifacts for non-code modules.Christian Williams
2016-12-22Revert "WIP"Christian Williams
2016-12-21WIPChristian Williams
2016-12-14Revert "Fix incremental build and sources/javadoc jars."Christian Williams
2016-12-09Fix incremental build and sources/javadoc jars.Christian Williams
2016-12-06Add gradle configuration for API 25Jonathan Gerrish
2016-12-06Bump API 23 from 6.0.0_r1 to 6.0.1_r3Jonathan Gerrish
2016-11-30Continue to support JDK 7.Christian Williams
2016-11-30Add SDK 24 to AndroidSdk.groovy.Christian Williams
2016-11-15Refactor AndroidSdk.Christian Williams
2016-11-14Add more needed runtime deps to testRuntime.Christian Williams
2016-11-14Remove custom `provided` scope in favor of `compileOnly`.Christian Williams
2016-10-31Use annotations instead of Velocity to specify different behavior forChristian Williams
2016-10-31Pass output file as arg to ProvideBuildClasspathTask.Christian Williams
2016-07-19Rename `LocalBuildResolver` to `PropertiesDependencyResolver`.Christian Williams
2016-07-18Remove dependency on external artifact repository for tests.Christian Williams
2016-07-01`gradle assemble testClasses` works.Christian Williams