Skip to content

Change target Java version #152

@jmatsu

Description

@jmatsu

We need to use Android Gradle Plugin dependency at least in test dependencies to provide the stable artifacts so we need to change the target Java version depending on the requirements. We know updating target Java version affect to the minimum supported AGP version of this plugin due to JRE version restriction though, it's really hard to maintain the testing environment against two or more JREs.

  • Java7 (current)
  • Change Java7 to Java8 by Use Java8 to build artifacts #164
    • New feature updates won't be available for AGP 4.1 or lower
  • Change Java8 to Java11
    • New feature updates won't be available for AGP 7.4.0-alpha03 or lower
Required target Java version Android Gradle Plugin
8 4.2.0 -
11 7.4.0-alpha04 -
Required JRE version Android Gradle Plugin
7 3.0-3.4
8 3.5-4.2
11 7.0-7.4 (Arctic Fox - Eel)
17 8.0.0- (Flamingo - )

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions