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 {
2626 def manifestDependencies = manifest. resolved
2727
2828 [ // plugin dependencies
29- " com.gradle:develocity-gradle-plugin:3.18.1 " ,
29+ " com.gradle:develocity-gradle-plugin:3.19 " ,
3030 " com.diffplug.spotless:spotless-plugin-gradle:4.5.1" ,
3131 " com.diffplug.durian:durian-core:1.2.0" ,
3232 ]. forEach {
Original file line number Diff line number Diff line change 11plugins {
2- id ' com.gradle.develocity' version ' 3.18.1 '
2+ id ' com.gradle.develocity' version ' 3.19 '
33}
44rootProject. name = ' java-lib'
Original file line number Diff line number Diff line change 11plugins {
2- id(" com.gradle.develocity" ).version(" 3.18.1 " )
2+ id(" com.gradle.develocity" ).version(" 3.19 " )
33 id(" com.gradle.common-custom-user-data-gradle-plugin" ).version(" 2.0.2" )
44}
55
You can’t perform that action at this time.
0 commit comments