Skip to content

Commit

Permalink
Merge branch 'master' into maintenance-script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Pasternak authored Jun 18, 2024
2 parents ccd30ef + 5e6c041 commit 836baa2
Show file tree
Hide file tree
Showing 45 changed files with 1,040 additions and 943 deletions.
29 changes: 0 additions & 29 deletions BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
load("@bazel_tools//tools/jdk:default_java_toolchain.bzl", "default_java_toolchain")

#
# Description: Blaze plugin for various IntelliJ products.
#
Expand Down Expand Up @@ -99,30 +97,3 @@ test_suite(
],
visibility = DEFAULT_TEST_VISIBILITY,
)

default_java_toolchain(
name = "custom_java_17_toolchain",
configuration = dict(),
java_runtime = "@rules_java//toolchains:remotejdk_17",
package_configuration = [
":java_8",
],
source_version = "17",
target_version = "17",
)

# this associates a set of javac flags with a set of packages
java_package_configuration(
name = "java_8",
javacopts = ["-source 8 -target 8"],
packages = ["java_8_packages"],
)

# this is a regular package_group, which is used to specify a set of packages to apply flags to
package_group(
name = "java_8_packages",
packages = [
"//proto/...",
"//third_party/bazel/src/main/protobuf/...",
],
)
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v2024.06.04
===========
* feat: Support JetBrains IDEs 2024.2 #6434
* feat: Editor notification on bazel files if the project is not imported #6153
* perf: perf: Pass --override_repository flag to all commands for faster analysis phase #6453
* fix: Default to project name to workspace name instead of root directory #6458

v2024.05.21
===========
* Plugin aspect now depends on @rules_java. If this breaks you, please update your @rules_java version to 5.3.5 or later.
Expand Down
Loading

0 comments on commit 836baa2

Please sign in to comment.