Skip to content

Commit

Permalink
Update enterprise plugin to latest 3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby authored and big-guy committed Mar 24, 2020
1 parent 2867bf4 commit bacd40b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buildSrc/subprojects/profiling/profiling.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.2-rc-1")
compileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.2")

implementation(project(":configuration"))
implementation(project(":docs"))
Expand Down
15 changes: 13 additions & 2 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<trusted-key id="08f0aab4d0c1a4bdde340765b341ddb020fcb6ab" group="org.bouncycastle"/>
<trusted-key id="160a7a9cf46221a56b06ad64461a804f2609fd89" group="^com[.]github[.]shyiko($|([.].*))" regex="true"/>
<trusted-key id="19beab2d799c020f17c69126b16698a4adf4d638" group="org.checkerframework" name="checker-qual"/>
<trusted-key id="1fa37fbe4453c1073e7ef61d6449005f96bc97a3" group="de.undercouch"/>
<trusted-key id="1fa868a348719e88b6d0de24c03ef1d7d692bcff" group="org.scala-lang"/>
<trusted-key id="21f0942275ea159a501d375328852008a47bb995" group="^com[.]google($|([.].*))" regex="true"/>
<trusted-key id="2db4f1ef0fa761ecc4ea935c86fdc7e2a11262cb">
Expand Down Expand Up @@ -115,7 +116,6 @@
<trusting group="org.junit.platform"/>
</trusted-key>
<trusted-key id="ff986d345395d4ad1dc48137bb6fd5ad91d01857" group="org.seleniumhq.selenium"/>
<trusted-key id="1fa37fbe4453c1073e7ef61d6449005f96bc97a3" group="de.undercouch"/>
</trusted-keys>
</configuration>
<components>
Expand Down Expand Up @@ -621,6 +621,11 @@
<sha256 value="54b45bb14e146292a557c3b566a3f24b0f2b16e03177544756313c1438fee074" origin="Generated by Gradle because artifact wasn't signed"/>
</artifact>
</component>
<component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.2">
<artifact name="gradle-enterprise-gradle-plugin-3.2.jar">
<sha256 value="089f6c8dfe0bf6cf6751301d6ad7e792042b44601c2de68ea94e70d5ab5151ae" origin="Generated by Gradle because artifact wasn't signed"/>
</artifact>
</component>
<component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.2-rc-1">
<artifact name="gradle-enterprise-gradle-plugin-3.2-rc-1.jar">
<sha256 value="9a5da89122a4443dcbb7fee6d0beeade048265e7ba35093751372fbf130cbadf" origin="Generated by Gradle because artifact wasn't signed"/>
Expand Down Expand Up @@ -1071,6 +1076,7 @@
</component>
<component group="commons-codec" name="commons-codec" version="1.6">
<artifact name="commons-codec-1.6.jar">
<pgp value="2db4f1ef0fa761ecc4ea935c86fdc7e2a11262cb"/>
<sha256 value="54b34e941b8e1414bd3e40d736efd3481772dc26db3296f6aa45cec9f6203d86" origin="Generated by Gradle"/>
</artifact>
</component>
Expand Down Expand Up @@ -1150,6 +1156,11 @@
<sha256 value="c0711863671eccacdcb1e49ad97477ed743969251ebf00adbc9f566df360285e" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="de.undercouch" name="gradle-download-task" version="4.0.2">
<artifact name="gradle-download-task-4.0.2.jar">
<pgp value="1fa37fbe4453c1073e7ef61d6449005f96bc97a3"/>
</artifact>
</component>
<component group="docbook" name="docbook-xsl" version="1.75.2">
<artifact name="docbook-xsl-1.75.2.zip">
<sha256 value="3c5f3c1d3f9116416344f6c3721734b22f4f30be893d9e8e22ef7e027a01ca7e" origin="Generated by Gradle because artifact wasn't signed"/>
Expand Down Expand Up @@ -2267,7 +2278,7 @@
</component>
<component group="org.gradle.kotlin" name="plugins" version="1.3.4">
<artifact name="plugins-1.3.4.jar">
<sha256 value="eabaa0ba7428117e8c5cd0188c76d2cc8c92e9b331ee0aee83f815fe8f4d76fa"/>
<sha256 value="eabaa0ba7428117e8c5cd0188c76d2cc8c92e9b331ee0aee83f815fe8f4d76fa" origin="Generated by Gradle because artifact wasn't signed"/>
</artifact>
</component>
<component group="org.gradle.org.littleshoot" name="littleproxy" version="1.1.3">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public final class AutoAppliedGradleEnterprisePlugin {

public static final String GROUP = "com.gradle";
public static final String NAME = "gradle-enterprise-gradle-plugin";
public static final String VERSION = "3.1.1";
public static final String VERSION = "3.2";

public static final PluginId ID = new DefaultPluginId("com.gradle.enterprise");
public static final PluginId BUILD_SCAN_PLUGIN_ID = new DefaultPluginId("com.gradle.build-scan");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ class BuildScanPluginSmokeTest extends AbstractSmokeTest {
private static final List<String> SUPPORTED = [
"3.0",
"3.1",
"3.1.1"
"3.1.1",
"3.2"
]

@Unroll
Expand Down

0 comments on commit bacd40b

Please sign in to comment.