File tree 2 files changed +1
-14
lines changed
src/main/groovy/org/cadixdev/gradle/gitpatcher/task/patch
2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ plugins {
3
3
id ' groovy'
4
4
5
5
id ' maven-publish'
6
- id ' com.gradle.plugin-publish' version ' 0.15.0'
7
6
8
7
id ' org.cadixdev.licenser' version ' 0.6.1'
9
8
}
@@ -42,19 +41,6 @@ gradlePlugin {
42
41
}
43
42
}
44
43
45
- pluginBundle {
46
- website = ' https://github.com/MaxPixelStudios/gitpatcher'
47
- vcsUrl = website
48
- description = project. description
49
- tags = [' git' ]
50
-
51
- plugins {
52
- gitpatcher {
53
- displayName = ' gitpatcher'
54
- }
55
- }
56
- }
57
-
58
44
publishing {
59
45
repositories {
60
46
maven {
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ abstract class PatchTask extends SubmoduleTask {
52
52
return new File (repo, ' .git' )
53
53
}
54
54
55
+ @Internal
55
56
File getRefCache () {
56
57
return new File (gitDir, ' .gitpatcher_ref' )
57
58
}
You can’t perform that action at this time.
0 commit comments