Skip to content

Commit

Permalink
Release licenser 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-gh committed May 7, 2016
1 parent 5d84e93 commit 83af101
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For a simple project you only need to apply the licenser plugin to your project:

```gradle
plugins {
id 'net.minecrell.licenser' version '0.1.5'
id 'net.minecrell.licenser' version '0.2'
}
```

Expand Down Expand Up @@ -81,7 +81,7 @@ The plugin can be configured using the `license` extension on the project.
// Ignore failures and only print a warning on license violations
ignoreFailures = true
// Read/write files with platform charset (Default: UTF-8)
charset = Charset.defaultCharset().name()
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ plugins {
id 'maven-publish'
id 'com.gradle.plugin-publish' version '0.9.3'

id 'net.minecrell.licenser' version '0.1.5'
id 'net.minecrell.licenser' version '0.2'
}

group = 'net.minecrell'
version = '0.2-SNAPSHOT'
version = '0.2'
description = 'A simple license header manager for Gradle'

sourceCompatibility = '1.6'
Expand Down

0 comments on commit 83af101

Please sign in to comment.