File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
buildSrc/src/main/java/org/springframework/build Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2022 the original author or authors.
2
+ * Copyright 2002-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -40,7 +40,6 @@ void apply(Project project) {
40
40
}
41
41
42
42
private void configureTestConventions (Project project ) {
43
- project .getPlugins ().apply (TestRetryPlugin .class );
44
43
project .getTasks ().withType (Test .class ,
45
44
(test ) -> project .getPlugins ().withType (TestRetryPlugin .class , (testRetryPlugin ) -> {
46
45
TestRetryTaskExtension testRetry = test .getExtensions ().getByType (TestRetryTaskExtension .class );
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ pluginManagement {
7
7
}
8
8
9
9
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 "
12
12
}
13
13
14
14
include " spring-aop"
You can’t perform that action at this time.
0 commit comments