Merge "Target Java 17"

This commit is contained in:
Sorin Basca
2023-02-02 11:38:32 +00:00
committed by Gerrit Code Review
3 changed files with 4 additions and 18 deletions

View File

@@ -725,10 +725,6 @@ func (c *config) IsEnvFalse(key string) bool {
return value == "0" || value == "n" || value == "no" || value == "off" || value == "false"
}
func (c *config) TargetsJava17() bool {
return c.IsEnvTrue("EXPERIMENTAL_TARGET_JAVA_VERSION_17")
}
// EnvDeps returns the environment variables this build depends on. The first
// call to this function blocks future reads from the environment.
func (c *config) EnvDeps() map[string]string {