Revert "Pin junit to Java language level 8."

The original change was made to support loading this library from an
OpenJDK 8 runtime as part of layoutlib. This is no longer required as
layoutlib now runs with OpenJDK 11.

This reverts commit 2e771a25d8437246287c87d8045794c7f6968ec1.

Test: EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9=true make layoutlib layoutlib-tests sdk libandroid_runtime
Test: frameworks/layoutlib/bridge/tests/run_tests.sh out/layoutlib-failures
Bug: 142116384
Change-Id: I676b21082db284437c33993b133f48d930111ca2
1 file changed
tree: c61186255f67ad2936ec4f3fbf77851bd5ab1100
  1. src/
  2. .classpath
  3. .gitignore
  4. .project
  5. Android.bp
  6. build.gradle
  7. CleanSpec.mk
  8. epl-v10.html
  9. LICENSE-junit.txt
  10. METADATA
  11. MODULE_LICENSE_EPL
  12. NOTICE.txt
  13. OWNERS
  14. README.md
  15. README.version
  16. version
README.md

JUnit 4

JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.

For more information, please visit:

Latest Build Status

Built on DEV@cloud