We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0158b34 commit e815821Copy full SHA for e815821
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 '0.8.1'
+ id 'net.minecrell.gitpatcher' version '0.9.0'
13
}
14
```
15
3. Configure gitpatcher:
build.gradle
@@ -12,7 +12,7 @@ plugins {
group = 'net.minecrell'
-version = '0.9.0-SNAPSHOT'
+version = '0.9.0'
16
description = 'A Gradle plugin to manage patches for Git repositories'
17
18
sourceCompatibility = '1.7'
0 commit comments