Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit

Permalink
Prep for archiving: pin to last working releases
Browse files Browse the repository at this point in the history
This project will soon be archived on Github as it's there
are no plans to further maintain it. I've pinned J2CL and
jsinterop-base to the last working versions and bumped the
bazel version to 5.4.0.
  • Loading branch information
kevinoconnor7 committed Mar 6, 2025
1 parent b5ea3cf commit 5f63ec6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
5.4.0
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# J2CL Protobuf · [![Build Status](https://github.com/google/j2cl-protobuf/actions/workflows/ci.yaml/badge.svg)](https://github.com/google/j2cl-protobuf/actions/workflows/ci.yaml)

> [!IMPORTANT]
> As of March 2025 this project has been archived and will not be receiving
> further updates.
This repository contains [J2CL](http://j2cl.io) compatible implementation of
[Protocol Buffers](https://developers.google.com/protocol-buffers).

Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ workspace(name = "com_google_j2cl_protobuf")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

# Load J2CL separately
_J2CL_VERSION = "master"
_J2CL_VERSION = "7856e8b4cace643a8cc088a40eb21ec82dd3a03f"

http_archive(
name = "com_google_j2cl",
Expand Down
2 changes: 1 addition & 1 deletion repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

_JSINTEROP_BASE_VERSION = "master"
_JSINTEROP_BASE_VERSION = "419d2746c6242bce5bbb651724c8c8962e25df71"

def load_j2cl_proto_repo_deps():
http_archive(
Expand Down

0 comments on commit 5f63ec6

Please sign in to comment.