Skip to content

Commit

Permalink
Update auto apply scan plugin to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby authored and big-guy committed Oct 11, 2019
1 parent 4748a15 commit 09886e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/subprojects/profiling/profiling.gradle.kts
@@ -1,7 +1,7 @@
dependencies {
implementation("me.champeau.gradle:jmh-gradle-plugin:0.4.8")
implementation("org.jsoup:jsoup:1.11.3")
implementation("com.gradle:build-scan-plugin:2.4.1")
implementation("com.gradle:build-scan-plugin:2.4.2")
implementation(project(":configuration"))
implementation(project(":kotlinDsl"))
implementation(project(":plugins"))
Expand Down
Expand Up @@ -31,7 +31,7 @@ public final class AutoAppliedBuildScanPlugin {
public static final PluginId ID = new DefaultPluginId("com.gradle.build-scan");
public static final String GROUP = "com.gradle";
public static final String NAME = "build-scan-plugin";
public static final String VERSION = "2.4.1";
public static final String VERSION = "2.4.2";

/**
* Adds the {@code build-scan} plugin spec to the given {@link PluginDependenciesSpec} and returns the
Expand Down
Expand Up @@ -33,6 +33,7 @@ class BuildScanPluginSmokeTest extends AbstractSmokeTest {
]

private static final List<String> SUPPORTED = [
"2.4.2",
"2.4.1",
"2.4",
"2.3",
Expand Down

0 comments on commit 09886e0

Please sign in to comment.