Only run file system-related tests on Mac and Windows  (#1791)

* Only perform a full build on Ubuntu since on other OS we are only interested in file system related interactions

* Avoid introducing new variable into matrix

* Use check instead of allTests

* Rename step to reflect which Gradle task it actually executes

Co-authored-by: Jake Wharton <github@jakewharton.com>

---------

Co-authored-by: Jake Wharton <github@jakewharton.com>
1 file changed
tree: 702892114b49a68f375422031316fbd232843b82
  1. .github/
  2. docs/
  3. gradle/
  4. interop/
  5. kotlinpoet/
  6. .editorconfig
  7. .gitattributes
  8. .gitignore
  9. build.gradle.kts
  10. gradle.properties
  11. gradlew
  12. gradlew.bat
  13. LICENSE.txt
  14. mkdocs.yml
  15. README.md
  16. RELEASING.md
  17. renovate.json
  18. settings.gradle.kts
README.md

KotlinPoet

KotlinPoet is a Kotlin and Java API for generating .kt source files.

square.github.io/kotlinpoet

License

Copyright 2017 Square, Inc.

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

   https://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.