Merge branch 'stable-3.1' * stable-3.1: Upgrade bazlets to latest stable-3.1 to build with 3.1.7 API Upgrade bazlets to latest stable-3.0 to build with 3.0.11 API Remove the commented-out snapshot plugin api lines Adapt SNAPSHOT plugin api example to the 3.1 version Upgrade bazlets to latest stable-3.1 Prepare for new gerrit_api snapshot version usage Upgrade bazlets to latest stable-3.0 Upgrade bazlets to latest stable-3.0 Change-Id: I861c66c437814cccae293b86760d92624a22d2ef
diff --git a/WORKSPACE b/WORKSPACE index 5eaea38..a41b78e 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -7,20 +7,9 @@ #local_path = "/home/<user>/projects/bazlets", ) -# Snapshot Plugin API -#load( -# "@com_googlesource_gerrit_bazlets//:gerrit_api_maven_local.bzl", -# "gerrit_api_maven_local", -#) - -# Load snapshot Plugin API -#gerrit_api_maven_local() - -# Release Plugin API load( "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl", "gerrit_api", ) -# Load release Plugin API gerrit_api()