Upgrade to Gradle 7.3.2 (#1922)

This is an 'easy' upgrade that requires a minor change in
common/build.gradle and the removal of an unnecessary import in buildSrc.

Gradle 7.4 and above has breaking changes that break the latest nebula lint plugin. We may have to wait a while.
This commit is contained in:
Weimin Yu
2023-01-25 12:47:35 -05:00
committed by GitHub
parent 0736137a22
commit ae68917bdd
19 changed files with 859 additions and 875 deletions
@@ -17,7 +17,6 @@ package google.registry.gradle.plugin;
import com.google.auto.value.AutoValue;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.ImmutableSet;
import google.registry.gradle.plugin.ProjectData.TaskData;
import java.util.Map;
import java.util.Optional;
import java.util.function.Supplier;