pax_global_header00006660000000000000000000000064134244024740014516gustar00rootroot0000000000000052 comment=09ba52feca3a5f9ffa2eda60ae4a4971dc281500 AutoTransient-1.0.0/000077500000000000000000000000001342440247400143145ustar00rootroot00000000000000AutoTransient-1.0.0/.buildscript/000077500000000000000000000000001342440247400167165ustar00rootroot00000000000000AutoTransient-1.0.0/.buildscript/deploy_snapshot.sh000066400000000000000000000016661342440247400224760ustar00rootroot00000000000000#!/bin/bash # # Deploy a jar, source jar, and javadoc jar to Sonatype's snapshot repo. # # Adapted from https://coderwall.com/p/9b_lfq and # http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/ SLUG="hzsweers/auto-value-transient" JDK="oraclejdk8" BRANCH="master" set -e if [ "$TRAVIS_REPO_SLUG" != "$SLUG" ]; then echo "Skipping snapshot deployment: wrong repository. Expected '$SLUG' but was '$TRAVIS_REPO_SLUG'." elif [ "$TRAVIS_JDK_VERSION" != "$JDK" ]; then echo "Skipping snapshot deployment: wrong JDK. Expected '$JDK' but was '$TRAVIS_JDK_VERSION'." elif [ "$TRAVIS_PULL_REQUEST" != "false" ]; then echo "Skipping snapshot deployment: was pull request." elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'." else echo "Deploying snapshot..." ./gradlew clean uploadArchives echo "Snapshot deployed!" fiAutoTransient-1.0.0/.gitignore000066400000000000000000000022011342440247400162770ustar00rootroot00000000000000###OSX### .DS_Store .AppleDouble .LSOverride # Icon must ends with two \r. Icon # Thumbnails ._* # Files that might appear on external disk .Spotlight-V100 .Trashes ###Linux### *~ # KDE directory preferences .directory ###Android### # Built application files *.apk *.ap_ # Files for ART and Dalvik VM *.dex # Java class files *.class # Generated files bin/ gen/ # Gradle files .gradle/ .gradletasknamecache build/ # Local configuration file (sdk path, etc) local.properties # Proguard folder generated by Eclipse proguard/ # Lint lint-report.html lint-report_files/ lint_result.txt # Mobile Tools for Java (J2ME) .mtj.tmp/ # Package Files # *.war *.ear # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* ###IntelliJ### *.iml *.ipr *.iws .idea/ ###Eclipse### *.pydevproject .metadata tmp/ *.tmp *.bak *.swp *~.nib .settings/ .loadpath # External tool builders .externalToolBuilders/ # Locally stored "Eclipse launch configurations" *.launch # CDT-specific .cproject # PDT-specific .buildpath # sbteclipse plugin .target # TeXlipse plugin .texlipse # kotlin annotations/AutoTransient-1.0.0/.travis.yml000066400000000000000000000005471342440247400164330ustar00rootroot00000000000000language: java jdk: - oraclejdk8 install: ./gradlew clean assemble --stacktrace script: - ./gradlew check --stacktrace after_success: - .buildscript/deploy_snapshot.sh env: global: - secure: "TODO" - secure: "TODO" branches: except: - gh-pages notifications: email: false sudo: false cache: directories: - $HOME/.gradle AutoTransient-1.0.0/CHANGELOG.md000066400000000000000000000001361342440247400161250ustar00rootroot00000000000000Changelog ========= Version 1.0.0 (2019/01/30) ---------------------------- Initial release AutoTransient-1.0.0/LICENSE.txt000066400000000000000000000261361342440247400161470ustar00rootroot00000000000000 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. AutoTransient-1.0.0/README.md000066400000000000000000000036361342440247400156030ustar00rootroot00000000000000AutoTransient ============= [![Build Status](https://travis-ci.org/ZacSweers/AutoTransient.svg?branch=master)](https://travis-ci.org/ZacSweers/AutoTransient) A simple `@AutoTransient` annotation for shared use in [auto-value-gson][avg], [auto-value-moshi][avm], and [auto-value-parcel][avp]. This library should be considered solely a shared common library for those three and only consumed transitively. Usage: ```java @AutoValue public abstract class Taco { @AutoTransient abstract Integer weight(); } ``` Usage notes: * While left to the implementations of the respective plugins, this should only be applied to optional properties. Applying to a primitive or required property could result in undefined behavior. Download -------- [![Maven Central](https://img.shields.io/maven-central/v/io.sweers.autotransient/auto-value-transient.svg)](https://mvnrepository.com/artifact/io.sweers.autotransient/auto-value-transient) ```gradle compileOnly 'io.sweers.autotransient:autotransient:x.y.z' ``` Snapshots of the development version are available in [Sonatype's snapshots repository][snapshots]. License ------- Copyright (C) 2018 Zac Sweers Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. [snapshots]: https://oss.sonatype.org/content/repositories/snapshots/ [avg]: https://github.com/rharter/auto-value-gson [avm]: https://github.com/rharter/auto-value-moshi [avp]: https://github.com/rharter/auto-value-parcel AutoTransient-1.0.0/RELEASING.md000066400000000000000000000016131342440247400161500ustar00rootroot00000000000000Releasing ========= 1. Change the version in `gradle.properties` to a non-SNAPSHOT version. 2. Update the `CHANGELOG.md` for the impending release. 3. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version) 4. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version) 5. `./gradlew clean uploadArchives -Dorg.gradle.parallel=false` 6. Update the `gradle.properties` to the next SNAPSHOT version. 7. `git commit -am "Prepare next development version."` 8. `git push && git push --tags` 9. Visit [Sonatype Nexus](https://oss.sonatype.org/) and promote the artifact. - Select the artifact, click `close`, wait for it to close, then select again and click `release`. 10. After release propagates (wait ~1 hour), update Javadocs/KDocs via [Osstrich](https://github.com/square/osstrich) - Make sure you have push access - `./gradlew publishDocs`AutoTransient-1.0.0/autotransient/000077500000000000000000000000001342440247400172145ustar00rootroot00000000000000AutoTransient-1.0.0/autotransient/build.gradle000066400000000000000000000015741342440247400215020ustar00rootroot00000000000000/* * Copyright (c) 2018. Zac Sweers * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ plugins { id("java-library") id("net.ltgt.errorprone") version "0.6" } sourceCompatibility = "1.8" targetCompatibility = "1.8" dependencies { errorproneJavac deps.build.errorProneJavac errorprone deps.build.errorProne } apply from: rootProject.file('gradle/gradle-mvn-push.gradle') AutoTransient-1.0.0/autotransient/gradle.properties000066400000000000000000000012341342440247400225700ustar00rootroot00000000000000# # Copyright (c) 2018. Zac Sweers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # POM_NAME=auto-value-transient POM_ARTIFACT_ID=auto-value-transient POM_PACKAGING=jar AutoTransient-1.0.0/autotransient/src/000077500000000000000000000000001342440247400200035ustar00rootroot00000000000000AutoTransient-1.0.0/autotransient/src/main/000077500000000000000000000000001342440247400207275ustar00rootroot00000000000000AutoTransient-1.0.0/autotransient/src/main/java/000077500000000000000000000000001342440247400216505ustar00rootroot00000000000000AutoTransient-1.0.0/autotransient/src/main/java/io/000077500000000000000000000000001342440247400222575ustar00rootroot00000000000000AutoTransient-1.0.0/autotransient/src/main/java/io/sweers/000077500000000000000000000000001342440247400235675ustar00rootroot00000000000000AutoTransient-1.0.0/autotransient/src/main/java/io/sweers/autotransient/000077500000000000000000000000001342440247400264675ustar00rootroot00000000000000AutoTransient-1.0.0/autotransient/src/main/java/io/sweers/autotransient/AutoTransient.java000066400000000000000000000017571342440247400321440ustar00rootroot00000000000000package io.sweers.autotransient; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * If present on a property, defines whether the property should be treated as {@code transient}. * *

*
  • While left to the implementations of the respective plugins, this should only be applied to optional properties. Applying to a primitive or required property could result in undefined behavior.
  • *
  • For serialization: This should be expected for both read and write behavior. There is no way to configure only one or the other via this annotation. Instead, consumers should write a delegating adapter for serialization that only calls through to the delegate for the desired serialization types.
  • */ @Documented @Retention(RetentionPolicy.CLASS) @Target(ElementType.METHOD) public @interface AutoTransient { } AutoTransient-1.0.0/build.gradle000066400000000000000000000017731342440247400166030ustar00rootroot00000000000000/* * Copyright (c) 2018. Zac Sweers * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ subprojects { buildscript { repositories { mavenCentral() } } repositories { mavenCentral() } } task wrapper(type: Wrapper) { gradleVersion = '4.10.2' distributionUrl = "https://services.gradle.org/distributions/gradle-$gradleVersion-all.zip" } task clean(type: Delete) { delete rootProject.buildDir } apply from: 'gradle/dependencies.gradle' apply from: 'gradle/publish-docs.gradle' AutoTransient-1.0.0/gradle.properties000066400000000000000000000022051342440247400176670ustar00rootroot00000000000000# # Copyright (c) 2018. Zac Sweers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # GROUP=io.sweers.autotransient VERSION_NAME=1.0.0 POM_DESCRIPTION=A transient annotation for AutoValue extensions. POM_URL=https://github.com/ZacSweers/AutoTransient/ POM_SCM_URL=https://github.com/ZacSweers/AutoTransient/ POM_SCM_CONNECTION=scm:git:git://github.com/ZacSweers/AutoTransient.git POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/ZacSweers/AutoTransient.git POM_LICENCE_NAME=The Apache Software License, Version 2.0 POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt POM_LICENCE_DIST=repo POM_DEVELOPER_ID=ZacSweers POM_DEVELOPER_NAME=Zac Sweers AutoTransient-1.0.0/gradle/000077500000000000000000000000001342440247400155525ustar00rootroot00000000000000AutoTransient-1.0.0/gradle/dependencies.gradle000066400000000000000000000017451342440247400213670ustar00rootroot00000000000000/* * Copyright (c) 2018. Zac Sweers * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ def versions = [ errorProne: '2.3.2' ] def build = [ ci: 'true' == System.getenv('CI'), errorProneJavac: "com.google.errorprone:javac:9+181-r4173-1", errorProne: "com.google.errorprone:error_prone_core:${versions.errorProne}" ] def misc = [ errorProneAnnotations: "com.google.errorprone:error_prone_annotations:${versions.errorProne}" ] ext.deps = [ "build": build, "misc": misc ] AutoTransient-1.0.0/gradle/gradle-mvn-push.gradle000066400000000000000000000135271342440247400217530ustar00rootroot00000000000000/* * Copyright (c) 2018. Zac Sweers * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ apply plugin: 'maven' apply plugin: 'signing' version = VERSION_NAME group = GROUP def isReleaseBuild() { return VERSION_NAME.contains("SNAPSHOT") == false } def getReleaseRepositoryUrl() { return hasProperty('RELEASE_REPOSITORY_URL') ? RELEASE_REPOSITORY_URL : "https://oss.sonatype.org/service/local/staging/deploy/maven2/" } def getSnapshotRepositoryUrl() { return hasProperty('SNAPSHOT_REPOSITORY_URL') ? SNAPSHOT_REPOSITORY_URL : "https://oss.sonatype.org/content/repositories/snapshots/" } def getRepositoryUsername() { return hasProperty('SONATYPE_NEXUS_USERNAME') ? SONATYPE_NEXUS_USERNAME : "" } def getRepositoryPassword() { return hasProperty('SONATYPE_NEXUS_PASSWORD') ? SONATYPE_NEXUS_PASSWORD : "" } afterEvaluate { project -> uploadArchives { repositories { mavenDeployer { beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) } pom.groupId = GROUP pom.artifactId = POM_ARTIFACT_ID pom.version = VERSION_NAME repository(url: getReleaseRepositoryUrl()) { authentication(userName: getRepositoryUsername(), password: getRepositoryPassword()) } snapshotRepository(url: getSnapshotRepositoryUrl()) { authentication(userName: getRepositoryUsername(), password: getRepositoryPassword()) } pom.project { name POM_NAME packaging POM_PACKAGING description POM_DESCRIPTION url POM_URL scm { url POM_SCM_URL connection POM_SCM_CONNECTION developerConnection POM_SCM_DEV_CONNECTION } licenses { license { name POM_LICENCE_NAME url POM_LICENCE_URL distribution POM_LICENCE_DIST } } developers { developer { id POM_DEVELOPER_ID name POM_DEVELOPER_NAME } } } } } } signing { required { isReleaseBuild() && gradle.taskGraph.hasTask("uploadArchives") } sign configurations.archives } if (project.getPlugins().hasPlugin('com.android.application') || project.getPlugins().hasPlugin('com.android.library')) { task install(type: Upload, dependsOn: assemble) { repositories.mavenInstaller { configuration = configurations.archives pom.groupId = GROUP pom.artifactId = POM_ARTIFACT_ID pom.version = VERSION_NAME pom.project { name POM_NAME packaging POM_PACKAGING description POM_DESCRIPTION url POM_URL scm { url POM_SCM_URL connection POM_SCM_CONNECTION developerConnection POM_SCM_DEV_CONNECTION } licenses { license { name POM_LICENCE_NAME url POM_LICENCE_URL distribution POM_LICENCE_DIST } } developers { developer { id POM_DEVELOPER_ID name POM_DEVELOPER_NAME } } } } } task androidJavadocs(type: Javadoc) { if (!project.plugins.hasPlugin('kotlin-android')) { source = android.sourceSets.main.java.srcDirs } classpath += project.files(android.getBootClasspath().join(File.pathSeparator)) exclude '**/internal/*' if (JavaVersion.current().isJava8Compatible()) { options.addStringOption('Xdoclint:none', '-quiet') } } task androidJavadocsJar(type: Jar, dependsOn: androidJavadocs) { classifier = 'javadoc' from androidJavadocs.destinationDir } task androidSourcesJar(type: Jar) { classifier = 'sources' from android.sourceSets.main.java.sourceFiles } } else { install { repositories.mavenInstaller { pom.groupId = GROUP pom.artifactId = POM_ARTIFACT_ID pom.version = VERSION_NAME pom.project { name POM_NAME packaging POM_PACKAGING description POM_DESCRIPTION url POM_URL scm { url POM_SCM_URL connection POM_SCM_CONNECTION developerConnection POM_SCM_DEV_CONNECTION } licenses { license { name POM_LICENCE_NAME url POM_LICENCE_URL distribution POM_LICENCE_DIST } } developers { developer { id POM_DEVELOPER_ID name POM_DEVELOPER_NAME } } } } } task sourcesJar(type: Jar, dependsOn: classes) { classifier = 'sources' from sourceSets.main.allSource } task javadocJar(type: Jar, dependsOn: javadoc) { classifier = 'javadoc' from javadoc.destinationDir } } if (JavaVersion.current().isJava8Compatible()) { allprojects { tasks.withType(Javadoc) { options.addStringOption('Xdoclint:none', '-quiet') } } } artifacts { if (project.getPlugins().hasPlugin('com.android.application') || project.getPlugins().hasPlugin('com.android.library')) { archives androidSourcesJar archives androidJavadocsJar } else { archives sourcesJar archives javadocJar } } } AutoTransient-1.0.0/gradle/publish-docs.gradle000066400000000000000000000016621342440247400213330ustar00rootroot00000000000000/* * Copyright (C) 2018. Zac Sweers * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ configurations { osstrich } dependencies { osstrich 'com.squareup.osstrich:osstrich:1.3.0' } task publishDocs(type: JavaExec) { classpath = configurations.osstrich main = 'com.squareup.osstrich.JavadocPublisher' args = ['build/javadoc', 'https://github.com/hzsweers/auto-value-transient', 'io.sweers.autovaluetransient'] }AutoTransient-1.0.0/gradle/wrapper/000077500000000000000000000000001342440247400172325ustar00rootroot00000000000000AutoTransient-1.0.0/gradle/wrapper/gradle-wrapper.jar000066400000000000000000001555611342440247400226610ustar00rootroot00000000000000PKA META-INF/PKAGBWMETA-INF/MANIFEST.MFMLK-. K-*ϳR03-IM+I, dZ)%bµrrPKAorg/PKA org/gradle/PKAorg/gradle/wrapper/PKA"8M+6/ -org/gradle/wrapper/BootstrapMainStarter.classV[wFVbD 8@bH v.6!$C (R*\z}/}m_ZNk+/V33}3;_{~"3AFZƜ zq6sx9dr>.byY!ԁ%eʸk*C݈0e:X b)v`% d\. va2hfO1bE)e9fJi[e$SE{M(+Z!6bhy'oZ*M.2jFV-[ 2 ŖjRWb2c[Qt%t>ZE1C 9c( jQ9Ӱ-;rT䅅tJ.Q֎aK]lG$B WJ{Lt >r"+,Tg\y{y'F.+|oOG^Vd82+z>jvTy^Q[=}l!8Q[N(߉ԾgancU]~ۼ@_,-ii"36/5^WC sjq&Kܛ,^'㥮ίX\%rK8 a]HT{JN7:Z֠y8R˙Q@3nשr/B(*`l5m9M^XeȄp^39,3%զ A{xL! m/҇{7}şL(68~ ϸֲQ9 GphH1Ha?(7_$ e [M9ᡅG LUS3d!ZΠCEIbÆWhDJt ?fc$BZRD$^!?㈽mb#fHfv>YzAh|.sd4ԎI&IωÛK'1%Y<Ͽ=z;5W3 |!J+wzRc}:uI ڱcU+"&Qq`">I(f/WDd|‹xP7k3,nKz%rYhID 9jIqy=U@=gȐKNIA]>NY ^8OP0& Ǻu>J$yK6U);-yL%FsY,>- ffD%md+'[' ]K.ȻH2&WJv,62;RW? S-xyawQ71VAd2 `qɋ82'Y2[LͼI}ͫ. fz$o3lbL7c>Z]NfLWf@١ SΔ~ ֟҅ZBG,ufQ]V}C)3DSԮE]Zja:SՕkEv5- lQr5s:"3Kd TX*KRWb5qWObM5;Fm7ltjݚZ:i@.w=⥒dQ*T2WLQhжjXIUA'QGDz ٞ\ew$(VIϵGtM7beLMMXrŲʦTgaUzkPQEty[&`'4,[ZӾS?B(J99gO)s˾K)aǓ%L[i >_,)z6#yϼ;󕊾8,JX Y*!prYc0q`@P=z/_H;l'9G|V64JS9}Úm&?^Co;*5#=ŪLr,wsEpU| !5T44] U0خ%uT??Cf4~C5*n U| i>m Jj=tнi-͸V\o#vd'^:zο^b"؏c8,ddb(u)=PBq5B/5 8$S&6ISA*pXOIj ދѡQ8 K x~^In' #)TE3USW|PT‰l8 2EtfG0>B˨"*yp+~G ' *TA4%%$%-HSB#hEZkn46 M?sLa|3?OΰR>OfY|: ;pwO=hK6pSp ij 7vf ep1N948 b)C$pA̛y ٙǐE:Fb @}(Z񡟁I+i4t7/EH)xP8(CWmf!Aw=m!_iʭ謭!"o@@𘂯/SH ǿb~3Vjm@M2y+k#Z1"L3L LL%ehe4>Z/2\sZ93w~,Ǔs)ľemY{ iʨl܈i%N&Ô h/? =-u#΍iĹو!mKDs&b2N^}O~.|aܕX٘~f,-BRyMZާ"^52Qy*x% ޯ >|P}*kM`f/2"28 C!dl ͑L*iہ@Y8g,+Z ! ZT}f} ʞ9Ĩ.0k&FPKAyL1org/gradle/wrapper/DownloadProgressListener.classu @E+jDE@ۖEERI#3c[>4v9OĪ.r%J[M DŽ,]8kߟ_PU:]3aG\^&at"-EeY˛8\3K tЎBNk؁PKA)zü 3org/gradle/wrapper/ExclusiveFileAccessManager.classVsWY:vĭ:I[ɉRdqc;i䘺 I҉jWVq̭PH 6>0ig3<^wv%ǷG>{wݿwN!i8/h8@5<@gTfԳ(R-2Y V3.\TU4M`bߊr_n* 67ߌ˭X2W_íx_ j@艡sGOh^23dg93mCSMǟ4htXE@6]9.", R\zR :)>j9rZބ9mKe-Y\'FYZ27̢-3Y.K/srVKrز` +11gGGf@LqXnFoٙ'?3dڶ؟^鋲+er]œѡ¬8ҮŜJ\ Y]fe/T}虫\LCmZsGuZe" Z]r,{D!or -W i@ue"5~գjX =Is73ҟ \,VjJY%saZnE>Qo3]m!2ޖB(p<(w^^]wFiч:a^WF;k;Hղ=|_dil4VMU=ۯ{Su"wgC["8C[D5mI֥*.bToguܛ%c5ܗ'5$ƥ%7p2ƅ*wT46vt~*7.l"I(WN:x@2^uc[Y}~>aج(H}IUX+ ì9Vdы(zYVy%4gdojZ -Ň8"aq,aTDpBh8I/.68..ͻ8`,SMZx h'Kq w(gpM% )AOW1NEECxG)/KS)yha oEC.8D 5F5>KFې t'}S#|[r zS?b,ss?a>8Vg) H'!Lt9BuJ Swl߽{?BnjGLl0U1Q&l3҉Ѭ4i.ҦMg8 Lݦ{یߝ$k_X}}<(bKZN. QQ*x7z&/,woQV͋{T1[bƻU܋(OE~mx~|@.Tq?*x@^|H>b > b9&T,ƤX)܏Ly:ϪxSy|A%_VU_׽Rmyt{ש1Z.hd`UGXMk+cN}7ʔe!fX}{y&(gItOe%oc=v3Yͻ&#@O8NP0ў jOZd$:q+fO_x؁MF`msGWΈBV9E5[@ Z #YMQQȖuj7+.9IQf q OF pQ4*+e#ehe:'p%+;cZ:|+Y̲eӕ&:>lfJ1w2w1)It;#X;^З11+;Үh)*xX ^ %A(xճ۫]JG>. I>(>tGY)s1:y_PE_h?[]ѭf62Jӏ)IvVɓ5ހ \]D3{̵jlK 2ɖqfO;Tճ:ꅂƃjF[FKS2KsQ29xyص^`U3-v-K0m%p_b1Ah6zN-di6KS{@yH˴]S+RڠmSW_ę [0&=ݘߘ7Ue?In1 }+5q.ȵ&cpޓPZlJw' 7fF8-Ga5ѣyN!m7,")NWZ:'b~LNql8c(m3Cz?Ue_QU MQT5z_ }nj4dɨuR鞅 ufg&VF1iJ6bb"2dxy'⌆v56c4aةa7IY4| L+k5|ΤrixpNVy. poAw= }j;'U<i?jYQӧĕ2g kG =e\G2VrC+ǫf>v_8W Lcz"iPr##%(EY Q< @|CE4jb}<<.'Lh6[8JhQ %Fcf}<Ja Mf̒pK\a!w]QL=k|x[]oXS60 C|uJ]c-/5R_jt8&ɴ +h-]"ڔ^B+>5,h֫!XT0􋶖o{='yFW7cÙy} >$Cp`-dk 6ꭸTģ~fkYo jM3M:N#gZ[tΠBV`F_M)lXW L#fZ?KdԌ<752'fd6,3;|ƬHJ٬B0 68wRН&ץш@І-LnK,Iܔ)a[ -^;f,Q 0RljH4ᆪ^آ=< 0vˑX!̠)7Avب*ـ|yjԄ^1j4z4ftt̰mK)H GK*dE!SI K%N  ҀU!3,g)F;;8Ů(j9(i4F_#-mi!ir^PH!?8GPd5O2*cL#ZYS*ʹnTSUdD1}j$i#^C%aM?4C$H`>nVުmL*n,sYTV7p i Ճw:uC\h|;]ީ.~@Ny7L}xY[͆OXOD#8h!6e[Zq&'_j` DG(A(HKD3؈B8oFB~oE1]gM5WBlB8R8ʒ=x},U,X:?OiψHa,5$v:AFCgX.Nx H+z]w7"(Tg|@濠VbC3ggȮ/K_M&d|x+m=0!|s)!=BBH<ؠ\)\"Y[+Tc$ZpƯ:?<4h11"ܘQSQF#lűG++*Z$69RN7MwѮt~}Eh:GOC::$7'>C_1QuG6<=ަ/>}dV:9oGlFs3"ESrg!zAI}#. -S\gjmC=t E,,5! ʻP /SGlQ=y-Hy h9{P OF8F%A:sTI2]O*F#`!#+OB@/opRiHf=U#>H'_ߊӘ/K!dbia);Iw5?-U]وjG84!fƃNza٪KjHԬ!Jlj%>{篔jo}ͦ$S4W}0"RrmD5hj|"rΡsʢQ\1Αq+V=cfu> 8я/NDOt h wЀ hG8:414c0'S"5X,53BN~^a;iJ>g;唺\|>WQaqЇh=\Zi$MSll):% P9t)](^AC-+*p6|nkk0rӯpډ 6?|.X0gN-419h =)u:Q>W;u^QvQNcJjY\ϽF2|\K}4yi1|L_[v bq(,AhOgQq&ThXITA5бq$ZGh=v(Bm;J`PN!e4~M7GNB Bkt sm[i+ɡ݆Nt:Xȍ~m@MwN1ͭݣve#5 @MhԿNک#acOXguT.EIjs)QT{Zpr}bcM΢9ln#V;?w.7}:%jeKF;/ '.zĬ'3bFĐMYhF`qMd(DT*)uLäʙ)N kj^S*uY^!9ӹfmO8 pR KoY@W*!p9[:Wq]⺂VQKFAYjT\/0GA/[IJ+.3ʅkH\״RNs^sh&╢nQëk(OI'E\&Cw8 e#'1r q)^5+W{A#х&e޻5z!џ*=gi #`o!NV[3NX՝tb{7:rC9P2t*hj>i -ETY+'w)T%qg1[]Ԗz0N](%eYVj]a?{&Xu*:-Všk5Y9-fuը2Z04-mHacǝ4a>ķFڎHu/8 |{ى ~vÞ*ŶHWIAg"l4Izi@K{Bj2}))FzIx.{+^ORC5zEh*.雈kf"7K@L>@2cF*%KD>W.u G.Di_@*.JZ} 5ݻ.hەڂj s: ɬQCYbNt 'Jb\ЀbUpm> r#“՝|1O!PU́1hJ8 |>V60vLq-qDP.w=.v')VP<.m HE$hI(ClUR({_qK.̠u{ uKʭ̧@Nq嶹<(#Ãb^ H8@̸H8gdn$ ErQ>]<4:2fu^Na<<083?4dckqǐ{0#bvtUwxQ; 6m!W\5]1,)@F\s ˵w/'.Hqϰ3:NWfu-Ce"!lU#;m"x*@obw=Cj[$B# %qcI![3̔JgX&ovHIFi QV(Iؔ)r /,*ꊧP*qw(P&n_ݖ7ۛPKAi?V8org/gradle/wrapper/PathAssembler$LocalDistribution.classR[KAfոոV%ZV"}SQ!B>&']wd B(1 92}`0"<,9L6a"VY|o+MSYLXf7h$2Тݖ:&NGmT;Ale ITujR $լ.cE%L>תU4z/,#_Z[6eoɮTY}"VM1 D6 .@,h> /nDk%9P1,c3G1JƢ& ~tnDk=k;fF1SQ J\)3c1ldu5پV7=ݠpܳEm ǁ>!aY| =߰[ۉ;%PKARa&org/gradle/wrapper/PathAssembler.classViC=Fc!1Mv5[Jl)v2[Ȇi.iڴMt'm"7u;wf&0{]ޝxY܍pXo\Ǎ 2X* ]*"XHNeoFloʰ'#;O>E >/T|Qij2$ E;_]m/T B̛cTI3!}5"'4A y?0hxOjXƬ4yZSa Y^,f>k~&:?/_jk~}u/6^Q[ 3]L>w~?0F?i3t6h.5nҖcի0*8 zse17=/{' |6f:5fZŲ fDlF)*hx\mQa~Xfɚk$`o"%cYV.Ĭ;3zXsm~;<S#?>3LY[³Q6P\iM{q57GHܓ!`zvpr9@FUu Tpvf)fkSګn8ZsO~!2>FVg<{]oFjGrʪSc:OJu&+x% ޻u={Y&Jџuļ5N\qTj\Dq6s/ O̐fBOUp8=} ?vЧ(gƠ+xAtAw+I..(FTŪOyM& _D8фꐻMS6-*:rrk+{)w Iv?:>! :Z^{oOOZݘPr `S r:3r*H(Sj-c^ Rb1%f7&.HǪlOvͨL|ђಂ Kժ`ŭPS)aLQ)>S9P%R5aT| 쬭tDUFJKjll#F9g kkGI-S廕_2cdO71 m/mR>5s~XE +HD&yBUk7W4%^,71ձNnplxd3f-ן/J;CxR2#Ct923,pqo ἇ!WvAyG wK*QEϱ $_ [LQ8 e ܀:앓 t7.n줋ڇn`6)n8ao[`cxa_O\~Z7p6nC>zfau cͼ|62$=dxa%1 b *F?Ig+$[: (;5#xf &'S<5Sl忋6!^/pE )gI?COn_,PKAK-org/gradle/wrapper/WrapperConfiguration.classmOAgAEpRIxb@r)WrwO/~(M|33;3εGi\| CHHTnXN!vh{k7:vFj'p,|ʐŐ{Z4Tsr;?bMՏrsbx&َ0DK]zꙚXo;' }o6Zk6?d?=r6k,kZnv\ni}/ϖ3ܔ+pւ4*|ٸ5y~ՇC\<|B'C+if;8ëlc/0E<1KL~Z4)E#] 5 e>yէ +d* U2t'+'KBZZU\ݹ|Ѵ "& EcB5ztR'iDrYs$zZCf}in~JWaT +lŘ k}d )f,ABSdr *u৯t(;|*RFWkl-!B "}jdD@8CJyEfV(k^)e%]K+ d#K֮hmsKO NiaHs&ŜMn H8:EJqR&~ma}$6$UF*V7.o,;Ԏnd/q/q2YݗaTw=TkRPe|?q!K*H*椌1Ǐ%&zR)?1Sf) jKS^F_2ާ;b6c9T䄏O }Fԯdl7^)kYVxZ)L_oZzT9,2?Q#gN,FEE_7S>=b|fNFv y5kj&|M&+srz\IC?al%~ʺ+k>><j>\c1gkushܰvC61Dt`1Ț5Or3ҿF6vIq߁{S؅%=8?i0@e8ÖKg0`ؑ \ U!j#")4rh ¬!&rP\@,d#,g⥐t?O%2W>(kF?zpjq laN]| ! UιA,'lw⍔{λHvPXBq}0U5aqJ rXu@P,.h+m{21J 2҃B~H'#崪0r0]Ъ'b*ͻ+i $ Yu8%PJHd"2\WR2<~luuiuuiut+nM6rI~ak$uYl5N3p_k~yfWfG__PKA_#gradle-wrapper-classpath.properties+(JM.)M/JLIM**+MPKAorg/gradle/cli/PKA?<S1org/gradle/cli/AbstractCommandLineConverter.classT]oA= "~C?R*Oh4!aYm` Cߢ/42Pa9{s?PF@;:v Dc@{xY9yx\Ycfs ڑ߱Vg{m[xKH[{ʅ'&?bNӵKV-)%^{m!mQaظ|jUnl㌟R{N}f[ C -kږ=,ȍ؂ak^߫^t ֔-J_,/]ctˡ+;XrCuVQ CW uhCaoܠ1a6C2QľLK &!9a{ Q23Qu {'M~rՐ3|i153 mnDevf߆J~-CH;"d9edc DqָSX`Iw/!):Fy7_|@8_A #FVX! K`R~;x)>=NRnp؜ch⟐ϔ4=c/-ePKAqj ;org/gradle/cli/AbstractPropertiesCommandLineConverter.classVWUde $ԄDmKk(ƆMi+vYB؍ ?9D=}?ңֹ&l)~̝ܙ7[ C%bQ naI|$.|1_ݓ` Sdp Ia =|ɇ"rG" ݙg ¢2su_ΘR\W,Dmk* /j)rc)f%rt^4#.5k!TЎWKn xfW9PRE(bE/jy6gjuݪil녲E`)Mx %w0r~6N!#nQ2$5[ Fыe4?̕LJKSuX֖*%KmR]4}$EIU8&wF9cƋA*5/Itt|yyaz)\Q=pʄP,UT[cyV/Wr`gtnǀ\ܮ:q/!_׮΄#fR;:\daze1ALo#'B&cl b"ve(b_r.dX7 e82*87tWZ]3u+r"Me-&P q^yzS ;} <Hq/IߙS$ s5,\쌓 0ng8cum^.NKZ*>p7/`EkmH;%(Wnm&}u:%хq[1xR4Sm"0؏aƠK`n]@xkp(Jhn|Oغ2^~ `Q0O$cQϕ ^Ƙ{n㄂BJ"e-E~cy&e3}~&S鳧I =xRn0?k*DIu `d5@ڳB}u+mq -fn6F1@ ^ T^k~# "+}B^Tm|Gq%vB׻MRc>B?9]Khpi$D'0{ɟGm򹉫(ЅN'$FyY xq+g'? lk^ ߥ} duAJC8$J7 ?v}O ى]9Ľ8“[ Q$dÄ^:m17 iZ9 isOf/węDG EB\ 1&ȽqNg uv^, T"/E2k: _ze )ݫԐRu~!ʗ؉YZsu_PKAd(org/gradle/cli/CommandLineParser$1.classA 0EhZ v庈k^('P[\x%t|>̼F" ٜb,3M#u4ulKtse\WSƖP,rUŊBӚmsIJR/5-!GJR;}/`3ookPKA,}Q ;org/gradle/cli/CommandLineParser$AfterFirstSubCommand.classVNQN),l wĊ ETH`m۵.]݊shPIL|(BHs朙9\vf":n%"aQu` "L #"$ZJbHjz>ץ\Af J0mnJj.e=FړS C0ٹ *=dNX*mfd);eª+\fڹ =W(zH2eH缪z 2iS td5k:vMMn ES9UZ;[:<@XOa 6ΥG66ė0_" F1igJgg̉n\p….Na^S'd诗 P7Tm[Q}ljܱs] ,3*ܭe0ɲߖthL "oUtbXJTgR6+Uid( # jl0 V΍Tf]w+Y:ڻZڱr4ڼ MF~a\'J4'=`uD}m襵,lnIFˀDgo1s41BDtvГ8׉ް" W+݈b-;>En"%PKA_e)3org/gradle/cli/CommandLineParser$AfterOptions.classmOP( @ 1|Dd^\:ݭGBD?xnWGF 4=s{m<4ԐT/Ii Ij01b!Squ.%[X %׫5Wˬ8{ rĐc ۿ0>>UfHUammyC[N{Cc߱ {/}{Ʒ]!U!,oፆE93Hu~Z7 CW-7.j٢4Ő^M&1B5܌J>հՅ%V|lnkSM /Iu0Š9*2g z-[cgVEYE/4 ZD9jJƸV0sd>3̟;*Dlju^8?z?4L5ݎty`x;2 LC)z>#KiHShn|AbTGV>Gۄƶ#pyIb=1Bh^Jc/" Pr&`|xL+(:rߑ4H {>+tms!PJHRH!z9YT+R!U3lifGRZdIGC}SqߖF$T•`ۤ4 :)@sRa`x.).X4 @ PKA{& <org/gradle/cli/CommandLineParser$BeforeFirstSubCommand.classVRF=+ DdЖԡ&?08$Wq0&eQ,7y>B"iLLߢ䀉 2v{Ϟ={ 2;A%$\!⊌e| V%'r2dܐpsJX-ؐPg>Pdw,x޲骭VjzZ5^WJ0Mnv p.3\w5Wrw53↍f۷r,ἥmq(r Ue VLiZMm4tr[v]ӹA,:9eJ0\4PC{5]Sj؆YuZw& ծr:Y?u  ӽ& 0BmRK&K Ma/s'3?X/մ5WH ?1`J!u,r/%គ5CԏX[o;i=6HaS b*3$ObWut> ζBF[bI/)1:9јaP~kMA:xH $ͪD/+U[?谉=6)ωa륒UM,]=i/W1ji B0PyùvR^m7#r v[(=핻WNC#NҬDK {G3W#]|Aa/rlj(=":c/ @՞^*/?X=yy|@#Ql=dcZQw!I?1(`3]ȥ qWb>)S@  EWFW<0˸^b <ۻ2{P֍]%6|,1j'D^F^jV_4/c"|G*PKA;}RForg/gradle/cli/CommandLineParser$CaseInsensitiveStringComparator.classSMo@}|  iPZJNT )R Hz$۰ŵSWp)ę(UTRξy3o6 wK neU5[ҕ6CTcH`HW<="WR`2x%}E@n;lyG\S Vuj9%OƥX!2ڰTLr\"QΧU[c$+uJl0Qhj(:h[snڬȳ8. Xi(-# 2hCz\+w; ox oXCxQ \ݶ)̡#JEN:|F⨌pD2>2>AG9=Sfʰfi3 R1#SG(>|$ ?^3)BrКguM4ͦ.FzI<m np)*]+r eE*GǩXyR3Nkԧ x|t 5r9ɤ9i;ԣ%^U|ƴ)a`dXbm,]Fwr׌me~$*+C5H]Yt}^F~/ۤP'ju&VeR̂z&+OzH2iӂ`WLf:l ̙B K02V{B?hUνΝݹ3u.p$W0 &r~n1ق&[9fq-D-z_o$Wg.dyHѠa`{ǒiUް~tS~E93O5p*0b'V/O?PKA=org/gradle/cli/CommandLineParser$OptionAwareParserState.classUmOP~V֭+n"|1dl`J_!N4Y:+[Kn;џ/45QsK_z9szϹ_(b584!W=&ӐǤ) * *f4PTqS-xnU/.٢Qh^oZ,<1k0K dfz;pF!˦ewfeͮS lxƫM oV0Y.CɎk.Z. 2Z;A*3]-j' P&+L4!ECܕ֦mďڋ.eӢx'䍁VۢfR]RTGIg1gtưXRsŬp n -~aWXc:QNWrg?e[&xU0a- U}>b[}VjjM!ʦ;tGE_:UHd+: dsTF?lc1$2GoPKA3i7org/gradle/cli/CommandLineParser$OptionComparator.classUmOP~Q6|Aq 2@h,`2C2nfIג# _FgQ]lRLsys=_,4fGfe)02$>e+Dƪ5:CϺiC<2H%g3 TLo7{}cY855\SC3=Ρo:vi;.Cl-YqB,V]cZ256 {_ymws9(7QW+O=iEh a ʁqdha׵v]lʷwx;5jY:ZȲuіyu Un~Sԭ򯄚ii] VNӭhXG9AB)<ņg +l|Pn9)l9v0lF,/=7xgD (1܋e=,H G ]6UW%`amoYS@+NW;' oWF-cbt(!&FvCh˅)bIa=BɾaT(nB\CjQ.Ϝ ~-;Ez!ov֤3$ž0.@9֏80)u)` n2YN$e(av+d!^g7K8b:\HJk,^pi"/CmӸA$,yeI.P$i Ԉ,}r xoPKA 8org/gradle/cli/CommandLineParser$OptionParserState.classR]KA=Y&$Hl⋤6PZZHodN9}*lA"<;w={?pO>2bC&CTҜ1dW n+ Tb4 w#TqGW\K{$][& k#cD~+%t+I"rҎu#"ᐫ3ψ4P qcua!acwSQ?V5 e4Wa1Zb1Od毴U^G `i>jM87 Q'*R3;aKz3/ ԥ@hE\bؚ? Cmɭva,;- $_ R(. 6SuXKj%|3?%t&y0OxO=(y ap#PKA]3org/gradle/cli/CommandLineParser$OptionString.classSNQ=w۲eYJ-_( e)ԘLP l7eq.F'/$&>q݂`?vܙ3gf'9,wSi 9aesT-|wD]TgHƐ[rfG2t=Rω3LZZ= dů =+gַ rmQɷGMg2vB}Ma|yvPqytkAͬڦ:fů׹W%^ |j SgNpU^:}bF#n}x ȏUP^^)xOBc_$[,W H޵u7@ ŒHqY9 Yb^*Ѩt<wj:`IXIu xPu?ۊθ#؀Fۗ2-I!%aI 4N ReD!tFL(m`d.u/uiavq+/\Q~BrXL<}**n N2t#駐R1RVt>L^IlLMA?2݈CNb9y9M4&QhaF>f6.40$ЪpdPKA{֛{=org/gradle/cli/CommandLineParser$OptionStringComparator.classTOPmB`"LEB,!Y2dD.Ғ#+/{M7Dq99;_`:ӡCC^CQG`k Jk J.ˠV}afў?{yk^C8·q0dvCso͊wt,|z>Qu]˯8",­bBV40 Cw CWbnZ S rArh==b .K Y&IZ$ H3)\At#F V1fOgHvLHP_ $N)/x<,0:J|K<ZvInG$p4N03i#M% 46W,>3ig T LR1';IH@ĀK L+Ub&Ir(` HQ7a;PKA$2org/gradle/cli/CommandLineParser$ParserState.classSoPN) ssQP`lTf0H41!vu)3?&>GmdiҞ|~pF;6rɣj Z[hr/}ǯz`v¡GX;=A@'Bڞ8̏c"Ob^JOuE#%㱐C]!ͫN X|{lc쇒^O Xrn~tjYVB9faPJkOSvq;3̡P^}3ʩrhIV_ m|~FO4j7fbZ", Vuo5-ao:{p ۋV,0L_"W`n 7V i'9(^LX&3A)*LAڜehf90k F$p؄5ߛ̶Q hȇ,I[3,=Nq&2|RÊisF wYn PKAin?org/gradle/cli/CommandLineParser$UnknownOptionParserState.classUMSA}&a@ Q%""UZr6$[fl U|Tyx/,{6[!B$t{y;yVøLt*'̤0S `3Q\\G1ݲuw^fXq\#gh鹂e斝R֫:!$ECh-=u|hMl?J $ml!-6y$Ȧ ӌ>Aa;}):Ӫ_ WJJY ΒYRu히o>Z= xc0@#{X/2Uy$&^$"&;YqEB%vG|ȨqD:ҋ)H"evTTsjUp%9@Ҿb;#agˢ0E★8MU^"Y\+PKA%CQ*&org/gradle/cli/CommandLineParser.classYy`յM|l,J!BXDI`X!H83K]j֥kki5jF*־׾U}ŷuy}R w73IGs9s9{ϼp,y-;pJ5Use5&<5E$q6ē'^1L3+&K^X2,OՌ4d[%'M1'c}2N8D jfj&>).rO2D1zE(AOg/TS8JUS+<fL2ː L̕ن1|DUD 1XyaZR- YhbHfdRCDT5LY.ujt!a\TKՖ|Rnj{!kM4)0GjCrez[e]&坍lͦl+}UiʔlIZl1@`P cH1 [Evx$jve"ñ`N`k8ºP Z*mjZBvUs(XmU0l;_DPdw}pݒp@6=q^\]#-B6] HN uP*Dwbo ROQq6’M-/Aɡ澟4'Zݞf;:ܒ4SEi PyBt {׮E : lfd8rgo !4$r#d-(I, :E{PǞz1:{pbvXnؾ]-+jDȼ.(Se 'X.E2D>sʧr 47۱Xќ3%D)=38* 9 wn _P{%bVbmƐK 2EFKH'7kUsz)k7KnxXr0-Mn++-!t2Vu'Ḳrӕ [rnyK/XOOJJ YEW}ɒ~b^Wj_>D-˘ihHԒH0ԢGh׃eK",9%_-:# %8 -|ZTAV6X0suVDyQ ,o}WgI:2Gj 2 q3 $K+o g+t`59Ǘ,(TpB2 nL[@-XS>a^h =q;))VÎܦxVP.ܨ>\$O+87ܦ17ֱ-ՂYka*Lؘń}CfɌ!<}w0{zyi u+fji(Xh>y(vzz:CYe__KeG.끧漟pRs\q(1w^L򬝙Qg=^x`+t(:f2׹na6<"u |~w,lLA1,z>^Rn!\&%DnQs#s$# ^}OH&VK,ÛҊd7ޖxG^ÏM+!H mخb;{?a>2?B~D\:j5ԥzq֐I: 1sk)QϩNG?Or`y0KωnZ~QelLHg_qΑq"%=z]eK,|:"}́ >D|OcnW/ӏ8jJ'63|wIQmӉ {z+{X^T+Wæ ʼn3 r+v7T[~uqve&NW BeN*U5Kq>ԱTNO9Nvqo%'Pn)~h0>vter vOs7Go[渗|r"W=vWgxuIhlmʿ*ƣ6~ -ן4minsM"?`}KiRe vZ/wE>KC5WS觹-=;Yv/-gĪO'SCOݬops7@Q:'}<}8N!=$~ igO飚LUp=2'*d-Ȝ;vo>I=j phN1.]aj~(v=T9s-G%ɓ/h0>PCXj)c糏` fu7~/[9mHZ[oPKA, c&org/gradle/cli/ParsedCommandLine.classW_W~f/̲LP.&&,K$)ĄiC$脝,.;dwCkM[ZwMתxJM~[Psfve̼>}rvy8?Eт"j$qUbagxE؉Wj9\S|FE_Q4+*E"x=o7Ʒk\ ~ףk5^:?*~`5oV6lqΙ4w. z_63}I3BPpQgѳ>`pʥ9=1f2fz.oF9=3yksFVIæ;>J1g-)ָj\0G|nԕyݾik 쪣fִKNFN1)X)Cx& sS⛂1kFϜsX,kPBUDOR0藬mAFlniW m gS)_~UyYuHM/ Z+ LW 3r^$/<DQpt^Wb5+5SݬYI͆ExIUX1#Y;3VzX02^7++H~آ{&mӆ}|i(P"z*%陂,E/޿ p5gH>5:ir3 SL i G3AI=?ˎЋx;hx?j8 :鋂` 9'4sXh~a RXkFoWqC{ܙ9'c巕W~23/5<57y?m1;x$cnM. g1a?ⶊ;>NI뙢Wǯ.b]Xֲc)O˪xK*nkx) k]InsT,rDFsY'\*6lPV.GC$\oԗa:EvmYm{l/Mm An|b6MRttY[>hω%O3 Ncʶv 㡠5[5[?L!;&V$^AB@#)Fg*v(j ;'PGP2V񀂁pkՋ I*6T%n#ZZESSK,yK9(Th|q?͔Z}C~؍I쁍x3$QG1*\@ÇGd8FQq_ @J&S5QJ)#Nà1*&{TqF\%Cdi#z` +59bB-ޔ0ǴC8:g*]Cxh@H,spXHn{^C4ٰ{{ {5\ -#nz9 k$qfUyA0=ìȓ${;FHEqR59(i O=bJG0H\3LF*GT4!x *>J.#\YFlJObpc8*IϿz\|؈?(aOv)'n/ib5N$^_G8tci /;WZOdYG'Fāc^w{t;iq P"7ޡ.#/7(DwݭO1#{]M Jd)Aݞnj9 DGk(w&xeO2 EmLI7]x' sȺ1=fY )ԭM gW\)I湫 +.bM2&DY&J X+p-x$w^9)HkQ' 9ݳp)h%EWzWpV5=1u˘Slq?Ow^Usˋ{{8([rt,(- PKAytE,org/gradle/cli/ParsedCommandLineOption.classS]O@=ݯGePaeQ"hHV1YawRlIgN[`Y$ә{=?“4(H#b 冊$4-L%q[器+r⾊ [lpWAɶ(Ha1p#-g,C/{9*I Kxs UEJ%a:w^u"]a*s!"k~E쳟}V_*bTG;-%bXo"p(=@&_2w%^*$APPS =1D:!䉩If%ޱn05W(vbRD $"xj2Dϧxr7k> !V.p].GӱD\8"y RPKA\vB| :org/gradle/cli/ProjectPropertiesCommandLineConverter.classKO@D|?Pâu#Q+$C;1m  JW&.(1D,9vo/[@yl汕G)v }FHWkwLS!]nY7ZK:̿cJDZRysV;H+-)nkS#cruLXgh|BjFYDΏ%L%񎅎*_?ֈ:("<ڄbJՍ ؊tf^*K ߵ XUVi01k p8wZ8T0g?PaΛm=C Ss | 1\Zq-}C_JEˉjE+ w'PKA 8=|9org/gradle/cli/SystemPropertiesCommandLineConverter.classJ@ثmjE5BPąR/P~ӑ$&BJW 'iAY3͜l "lYlE <& d@HgL{:rRs:C*X4NĬQ ۴;hZ3a ѽG!]Gv7S"5eb o}ɸGtFMz9y~X{()spL`7e.KV, TXxɢfDTEGPWJmh~49AjxѰ sh gԙn85].FԒs9Q΢*s/@Ug J*ce+s+1 $p6/t-,;h-.Z >kZPKAWgradle-cli-classpath.properties+(JM.)**+MPKAbuild-receipt.properties+K-*+MJ-5343PKkPKA META-INF/PKAGBW)META-INF/MANIFEST.MFPKAorg/PKA org/gradle/PKAorg/gradle/wrapper/PKA"8M+6/ -org/gradle/wrapper/BootstrapMainStarter.classPKAVţ#org/gradle/wrapper/Download$1.classPKArd@4org/gradle/wrapper/Download$ProxyAuthenticator.classPKA l! org/gradle/wrapper/Download.classPKAyL1org/gradle/wrapper/DownloadProgressListener.classPKA)zü 3org/gradle/wrapper/ExclusiveFileAccessManager.classPKAz- org/gradle/wrapper/GradleUserHomeLookup.classPKA& *#org/gradle/wrapper/GradleWrapperMain.classPKA".org/gradle/wrapper/IDownload.classPKA;'<7"/org/gradle/wrapper/Install$1.classPKAel.d+ 7org/gradle/wrapper/Install.classPKA:o4Korg/gradle/wrapper/Logger.classPKAi?V8Norg/gradle/wrapper/PathAssembler$LocalDistribution.classPKARa&Porg/gradle/wrapper/PathAssembler.classPKA' 0Xorg/gradle/wrapper/SystemPropertiesHandler.classPKAK-.]org/gradle/wrapper/WrapperConfiguration.classPKAXE/ :( `org/gradle/wrapper/WrapperExecutor.classPKA_#igradle-wrapper-classpath.propertiesPKAiorg/gradle/cli/PKA?<S1 jorg/gradle/cli/AbstractCommandLineConverter.classPKAqj ;lorg/gradle/cli/AbstractPropertiesCommandLineConverter.classPKA}yGK1[qorg/gradle/cli/CommandLineArgumentException.classPKAg)rorg/gradle/cli/CommandLineConverter.classPKA &Qtorg/gradle/cli/CommandLineOption.classPKAd(zorg/gradle/cli/CommandLineParser$1.classPKA,}Q ;{org/gradle/cli/CommandLineParser$AfterFirstSubCommand.classPKA_e)37org/gradle/cli/CommandLineParser$AfterOptions.classPKA{& <,org/gradle/cli/CommandLineParser$BeforeFirstSubCommand.classPKA;}RForg/gradle/cli/CommandLineParser$CaseInsensitiveStringComparator.classPKA;/=Corg/gradle/cli/CommandLineParser$KnownOptionParserState.classPKAϤ<org/gradle/cli/CommandLineParser$MissingOptionArgState.classPKA=org/gradle/cli/CommandLineParser$OptionAwareParserState.classPKA3i7org/gradle/cli/CommandLineParser$OptionComparator.classPKA 8ՙorg/gradle/cli/CommandLineParser$OptionParserState.classPKA]3ӛorg/gradle/cli/CommandLineParser$OptionString.classPKA{֛{=Ӟorg/gradle/cli/CommandLineParser$OptionStringComparator.classPKA$2šorg/gradle/cli/CommandLineParser$ParserState.classPKAin?org/gradle/cli/CommandLineParser$UnknownOptionParserState.classPKA%CQ*&Zorg/gradle/cli/CommandLineParser.classPKA, c&Corg/gradle/cli/ParsedCommandLine.classPKAytE,org/gradle/cli/ParsedCommandLineOption.classPKA\vB| :org/gradle/cli/ProjectPropertiesCommandLineConverter.classPKA 8=|9|org/gradle/cli/SystemPropertiesCommandLineConverter.classPKAWOgradle-cli-classpath.propertiesPKAkbuild-receipt.propertiesPK22_AutoTransient-1.0.0/gradle/wrapper/gradle-wrapper.properties000066400000000000000000000003131342440247400242610ustar00rootroot00000000000000distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists AutoTransient-1.0.0/gradlew000077500000000000000000000122601342440247400156700ustar00rootroot00000000000000#!/usr/bin/env sh ############################################################################## ## ## Gradle start up script for UN*X ## ############################################################################## # Attempt to set APP_HOME # Resolve links: $0 may be a link PRG="$0" # Need this for relative symlinks. while [ -h "$PRG" ] ; do ls=`ls -ld "$PRG"` link=`expr "$ls" : '.*-> \(.*\)$'` if expr "$link" : '/.*' > /dev/null; then PRG="$link" else PRG=`dirname "$PRG"`"/$link" fi done SAVED="`pwd`" cd "`dirname \"$PRG\"`/" >/dev/null APP_HOME="`pwd -P`" cd "$SAVED" >/dev/null APP_NAME="Gradle" APP_BASE_NAME=`basename "$0"` # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. DEFAULT_JVM_OPTS="" # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD="maximum" warn () { echo "$*" } die () { echo echo "$*" echo exit 1 } # OS specific support (must be 'true' or 'false'). cygwin=false msys=false darwin=false nonstop=false case "`uname`" in CYGWIN* ) cygwin=true ;; Darwin* ) darwin=true ;; MINGW* ) msys=true ;; NONSTOP* ) nonstop=true ;; esac CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar # Determine the Java command to use to start the JVM. if [ -n "$JAVA_HOME" ] ; then if [ -x "$JAVA_HOME/jre/sh/java" ] ; then # IBM's JDK on AIX uses strange locations for the executables JAVACMD="$JAVA_HOME/jre/sh/java" else JAVACMD="$JAVA_HOME/bin/java" fi if [ ! -x "$JAVACMD" ] ; then die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME Please set the JAVA_HOME variable in your environment to match the location of your Java installation." fi else JAVACMD="java" which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." fi # Increase the maximum file descriptors if we can. if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then MAX_FD_LIMIT=`ulimit -H -n` if [ $? -eq 0 ] ; then if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then MAX_FD="$MAX_FD_LIMIT" fi ulimit -n $MAX_FD if [ $? -ne 0 ] ; then warn "Could not set maximum file descriptor limit: $MAX_FD" fi else warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" fi fi # For Darwin, add options to specify how the application appears in the dock if $darwin; then GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" fi # For Cygwin, switch paths to Windows format before running java if $cygwin ; then APP_HOME=`cygpath --path --mixed "$APP_HOME"` CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` JAVACMD=`cygpath --unix "$JAVACMD"` # We build the pattern for arguments to be converted via cygpath ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` SEP="" for dir in $ROOTDIRSRAW ; do ROOTDIRS="$ROOTDIRS$SEP$dir" SEP="|" done OURCYGPATTERN="(^($ROOTDIRS))" # Add a user-defined pattern to the cygpath arguments if [ "$GRADLE_CYGPATTERN" != "" ] ; then OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" fi # Now convert the arguments - kludge to limit ourselves to /bin/sh i=0 for arg in "$@" ; do CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` else eval `echo args$i`="\"$arg\"" fi i=$((i+1)) done case $i in (0) set -- ;; (1) set -- "$args0" ;; (2) set -- "$args0" "$args1" ;; (3) set -- "$args0" "$args1" "$args2" ;; (4) set -- "$args0" "$args1" "$args2" "$args3" ;; (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; esac fi # Escape application args save () { for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done echo " " } APP_ARGS=$(save "$@") # Collect all arguments for the java command, following the shell quoting and substitution rules eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" # by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then cd "$(dirname "$0")" fi exec "$JAVACMD" "$@" AutoTransient-1.0.0/gradlew.bat000066400000000000000000000042001342440247400164250ustar00rootroot00000000000000@if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem @rem ########################################################################## @rem Set local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" setlocal set DIRNAME=%~dp0 if "%DIRNAME%" == "" set DIRNAME=. set APP_BASE_NAME=%~n0 set APP_HOME=%DIRNAME% @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. set DEFAULT_JVM_OPTS= @rem Find java.exe if defined JAVA_HOME goto findJavaFromJavaHome set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 if "%ERRORLEVEL%" == "0" goto init echo. echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. echo. echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation. goto fail :findJavaFromJavaHome set JAVA_HOME=%JAVA_HOME:"=% set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto init echo. echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% echo. echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation. goto fail :init @rem Get command-line arguments, handling Windows variants if not "%OS%" == "Windows_NT" goto win9xME_args :win9xME_args @rem Slurp the command line arguments. set CMD_LINE_ARGS= set _SKIP=2 :win9xME_args_slurp if "x%~1" == "x" goto execute set CMD_LINE_ARGS=%* :execute @rem Setup the command line set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar @rem Execute Gradle "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% :end @rem End local scope for the variables with windows NT shell if "%ERRORLEVEL%"=="0" goto mainEnd :fail rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of rem the _cmd.exe /c_ return code! if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 exit /b 1 :mainEnd if "%OS%"=="Windows_NT" endlocal :omega AutoTransient-1.0.0/settings.gradle000066400000000000000000000012301342440247400173300ustar00rootroot00000000000000/* * Copyright (c) 2018. Zac Sweers * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ rootProject.name = 'autotransient-root' include ':autotransient'