We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3fa2b commit 53a8a99Copy full SHA for 53a8a99
README.md
@@ -9,7 +9,7 @@ the PATH is required for it to run.
9
10
```gradle
11
plugins {
12
- id 'net.minecrell.gitpatcher' version '<version>'
+ id 'net.minecrell.gitpatcher' version '0.8.1'
13
}
14
```
15
3. Configure gitpatcher:
build.gradle
@@ -12,7 +12,7 @@ plugins {
group = 'net.minecrell'
-version = '0.8.1-SNAPSHOT'
+version = '0.8.1'
16
description = 'A Gradle plugin to manage patches for Git repositories'
17
18
sourceCompatibility = 1.6
0 commit comments