Skip to content

Commit

Permalink
Bump com.gradle:gradle-enterprise-maven-extension from 1.20 to 1.20.1 (
Browse files Browse the repository at this point in the history
  • Loading branch information
welandaz authored Feb 8, 2024
1 parent d55c097 commit c5a7f86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The following table shows the compatibility of the plugin version with Develocit

|===
|Bamboo Plugin version | Develocity Maven extension version | Common Custom User Data Maven extension version | Minimum supported Develocity version
|Next version | 1.20 | 1.12.4 | 2023.3
|Next version | 1.20.1 | 1.12.4 | 2023.4
|1.2.0 | 1.18.1 | 1.12.2 | 2023.2
|1.1.2 | 1.18.1 | 1.12.2 | 2023.2
|1.1.1 | 1.17.4 | 1.12.1 | 2023.1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<generated.java.sources.dir>${project.build.directory}/generated-sources/java</generated.java.sources.dir>

<develocity.maven.extension.version>1.20</develocity.maven.extension.version>
<develocity.maven.extension.version>1.20.1</develocity.maven.extension.version>
<ccud.maven.extension.version>1.12.4</ccud.maven.extension.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class MavenEmbeddedResourcesTest {
*/
@ParameterizedTest
@CsvSource({
"DEVELOCITY_EXTENSION, bb4c048e0b059175ac19801b94807922",
"DEVELOCITY_EXTENSION, 06d846e9a9193c7dae1b2a1f4b35f4fb",
"CCUD_EXTENSION, 9b2c37ec08b5c5008fee24796038eda3"
})
void copiesEmbeddedExtension(MavenEmbeddedResources.Resource resource, String expectedChecksum) throws Exception {
Expand Down

0 comments on commit c5a7f86

Please sign in to comment.