Skip to content

Commit

Permalink
Fix non-bzlmod, format
Browse files Browse the repository at this point in the history
  • Loading branch information
restingbull committed Dec 8, 2023
1 parent 357051c commit d745aa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/bootstrap.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
load("@released_rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")
load("@rules_java//java:defs.bzl", "java_binary", "java_import")
load("@rules_java//java:defs.bzl", "java_binary")
load("//third_party:jarjar.bzl", "jar_jar")

_BOOTSTRAP_LIB_ARGS = ["-jvm-target", "1.8"]
Expand Down
2 changes: 2 additions & 0 deletions src/main/starlark/core/repositories/setup.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_
def kt_configure():
"""Setup dependencies. Must be called AFTER kt_download_local_dev_dependencies() """

native.register_toolchains("@released_rules_kotlin//kotlin/internal:default_toolchain")

maven_install(
name = "kotlin_rules_maven",
fetch_sources = True,
Expand Down

0 comments on commit d745aa5

Please sign in to comment.