From e709943c88b89382097f6977dd02059a614e3e42 Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Thu, 12 Oct 2023 11:06:03 -0700 Subject: [PATCH 1/2] Remove copy/pasted BUILD files that call kt_configure_toolchains --- kotlin/internal/utils/BUILD.release.bazel | 6 +----- src/main/starlark/core/repositories/BUILD.release.bazel | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/kotlin/internal/utils/BUILD.release.bazel b/kotlin/internal/utils/BUILD.release.bazel index d03419764..a8c9e0a5f 100644 --- a/kotlin/internal/utils/BUILD.release.bazel +++ b/kotlin/internal/utils/BUILD.release.bazel @@ -10,8 +10,4 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. - -load("//kotlin/internal:toolchains.bzl", "kt_configure_toolchains") - -kt_configure_toolchains() +# limitations under the License. \ No newline at end of file diff --git a/src/main/starlark/core/repositories/BUILD.release.bazel b/src/main/starlark/core/repositories/BUILD.release.bazel index d03419764..cdd15e464 100644 --- a/src/main/starlark/core/repositories/BUILD.release.bazel +++ b/src/main/starlark/core/repositories/BUILD.release.bazel @@ -11,7 +11,3 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - -load("//kotlin/internal:toolchains.bzl", "kt_configure_toolchains") - -kt_configure_toolchains() From aa5724f8f0e7e8a681d3fbd85709525c65f74949 Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Thu, 12 Oct 2023 11:08:41 -0700 Subject: [PATCH 2/2] Formatting --- kotlin/internal/utils/BUILD.release.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin/internal/utils/BUILD.release.bazel b/kotlin/internal/utils/BUILD.release.bazel index a8c9e0a5f..cdd15e464 100644 --- a/kotlin/internal/utils/BUILD.release.bazel +++ b/kotlin/internal/utils/BUILD.release.bazel @@ -10,4 +10,4 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. \ No newline at end of file +# limitations under the License.