File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
plugin-test/src/test/groovy/org/gradle/github/dependencygraph
sample-projects/java-single-project Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class SampleProjectDependencyExtractorTest extends BaseExtractorTest {
26
26
def manifestDependencies = manifest. resolved
27
27
28
28
[ // plugin dependencies
29
- " com.gradle:develocity-gradle-plugin:3.18.1 " ,
29
+ " com.gradle:develocity-gradle-plugin:3.19 " ,
30
30
" com.diffplug.spotless:spotless-plugin-gradle:4.5.1" ,
31
31
" com.diffplug.durian:durian-core:1.2.0" ,
32
32
]. forEach {
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' com.gradle.develocity' version ' 3.18.1 '
2
+ id ' com.gradle.develocity' version ' 3.19 '
3
3
}
4
4
rootProject. name = ' java-lib'
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" com.gradle.develocity" ).version(" 3.18.1 " )
2
+ id(" com.gradle.develocity" ).version(" 3.19 " )
3
3
id(" com.gradle.common-custom-user-data-gradle-plugin" ).version(" 2.0.2" )
4
4
}
5
5
You can’t perform that action at this time.
0 commit comments