Skip to content

Commit a516ed8

Browse files
committed
Upgrade Gradle Enterprise & Conventions plugins
1 parent 88cac6a commit a516ed8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

buildSrc/src/main/java/org/springframework/build/TestConventions.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2022 the original author or authors.
2+
* Copyright 2002-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -40,7 +40,6 @@ void apply(Project project) {
4040
}
4141

4242
private void configureTestConventions(Project project) {
43-
project.getPlugins().apply(TestRetryPlugin.class);
4443
project.getTasks().withType(Test.class,
4544
(test) -> project.getPlugins().withType(TestRetryPlugin.class, (testRetryPlugin) -> {
4645
TestRetryTaskExtension testRetry = test.getExtensions().getByType(TestRetryTaskExtension.class);

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ pluginManagement {
77
}
88

99
plugins {
10-
id "com.gradle.enterprise" version "3.11.1"
11-
id "io.spring.ge.conventions" version "0.0.11"
10+
id "com.gradle.enterprise" version "3.12.1"
11+
id "io.spring.ge.conventions" version "0.0.13"
1212
}
1313

1414
include "spring-aop"

0 commit comments

Comments
 (0)