Skip to content

Commit 1f296e1

Browse files
Remove gradle publish plugin. Fix a compile errror
1 parent e8fbd09 commit 1f296e1

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

build.gradle

-14
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ plugins {
33
id 'groovy'
44

55
id 'maven-publish'
6-
id 'com.gradle.plugin-publish' version '0.15.0'
76

87
id 'org.cadixdev.licenser' version '0.6.1'
98
}
@@ -42,19 +41,6 @@ gradlePlugin {
4241
}
4342
}
4443

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-
5844
publishing {
5945
repositories {
6046
maven {

src/main/groovy/org/cadixdev/gradle/gitpatcher/task/patch/PatchTask.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ abstract class PatchTask extends SubmoduleTask {
5252
return new File(repo, '.git')
5353
}
5454

55+
@Internal
5556
File getRefCache() {
5657
return new File(gitDir, '.gitpatcher_ref')
5758
}

0 commit comments

Comments
 (0)