Skip to content

Commit

Permalink
Update default versions of DD Javac plugin and Jacoco plugin used by …
Browse files Browse the repository at this point in the history
…CI Visibility
  • Loading branch information
nikita-tkachenko-datadog committed Jun 27, 2024
1 parent 9f9d372 commit 589ce35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ public final class ConfigDefaults {
static final boolean DEFAULT_CIVISIBILITY_BUILD_INSTRUMENTATION_ENABLED = true;
static final boolean DEFAULT_CIVISIBILITY_AUTO_CONFIGURATION_ENABLED = true;
static final boolean DEFAULT_CIVISIBILITY_COMPILER_PLUGIN_AUTO_CONFIGURATION_ENABLED = true;
static final String DEFAULT_CIVISIBILITY_COMPILER_PLUGIN_VERSION = "0.1.8";
static final String DEFAULT_CIVISIBILITY_JACOCO_PLUGIN_VERSION = "0.8.11";
static final String DEFAULT_CIVISIBILITY_COMPILER_PLUGIN_VERSION = "0.2.0";
static final String DEFAULT_CIVISIBILITY_JACOCO_PLUGIN_VERSION = "0.8.12";
static final String DEFAULT_CIVISIBILITY_JACOCO_PLUGIN_EXCLUDES =
"datadog.trace.*:org.apache.commons.*:org.mockito.*";
static final boolean DEFAULT_CIVISIBILITY_GIT_UPLOAD_ENABLED = true;
Expand Down

0 comments on commit 589ce35

Please sign in to comment.