Skip to content

Commit df2da0d

Browse files
committed
Fixup maven_install
1 parent e644ea7 commit df2da0d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

kotlin_rules_maven_install.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -630,11 +630,6 @@
630630
"org.jetbrains.kotlin:kotlin-reflect": [
631631
"org.jetbrains.kotlin:kotlin-stdlib"
632632
],
633-
"org.jetbrains.kotlin:kotlin-scripting-jvm": [
634-
"org.jetbrains.kotlin:kotlin-script-runtime",
635-
"org.jetbrains.kotlin:kotlin-scripting-common",
636-
"org.jetbrains.kotlin:kotlin-stdlib"
637-
],
638633
"org.jetbrains.kotlin:kotlin-stdlib": [
639634
"org.jetbrains:annotations"
640635
],

src/main/kotlin/io/bazel/kotlin/compiler/BuildToolsAPICompiler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 The Bazel Authors. All rights reserved.
2+
* Copyright 2025 The Bazel Authors. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)