We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d658c commit 6e73b6bCopy full SHA for 6e73b6b
README.md
@@ -13,7 +13,7 @@ For a simple project you only need to apply the licenser plugin to your project:
13
14
```gradle
15
plugins {
16
- id 'org.cadixdev.licenser' version '0.6.0'
+ id 'org.cadixdev.licenser' version '0.6.1'
17
}
18
```
19
build.gradle
@@ -11,7 +11,7 @@ sourceCompatibility = '1.8'
11
targetCompatibility = '1.8'
12
group = 'org.cadixdev.gradle'
-version = '0.6.1-SNAPSHOT'
+version = '0.6.1'
description = 'A simple license header manager for Gradle'
repositories {
0 commit comments