Skip to content

Commit 4006023

Browse files
committed
Remove redundant now grgit Gradle plugin
The `grgit` Gradle plugin has been used to determine modified files to update their Copyright. After migrating to a `-present` pattern we don't need to track modified files anymore. Therefore, we don't need to manage `org.ajoberstar.grgit` plugin, too.
1 parent 652c70e commit 4006023

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ plugins {
77
id 'eclipse'
88
id 'idea'
99
id 'checkstyle'
10-
id 'org.ajoberstar.grgit' version '5.2.2'
1110
id 'io.spring.dependency-management' version '1.1.6'
1211
}
1312

@@ -46,14 +45,6 @@ ext {
4645
linkScmUrl = 'https://github.com/spring-projects/spring-integration-aws'
4746
linkScmConnection = 'https://github.com/spring-projects/spring-integration-aws.git'
4847
linkScmDevConnection = '[email protected]:spring-projects/spring-integration-aws.git'
49-
50-
modifiedFiles =
51-
files()
52-
.from {
53-
files(grgit.status().unstaged.modified)
54-
.filter { f -> f.name.endsWith('.java') }
55-
}
56-
modifiedFiles.finalizeValueOnRead()
5748
}
5849

5950
ext.javadocLinks = [

0 commit comments

Comments
 (0)