Skip to content

Commit

Permalink
Release 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jk1 committed Nov 29, 2019
1 parent dea360f commit dda8f20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add this to your `build.gradle` file:

```groovy
plugins {
id 'com.github.jk1.dependency-license-report' version '1.11'
id 'com.github.jk1.dependency-license-report' version '1.12'
}
```

Expand All @@ -31,7 +31,7 @@ buildscript {
}
dependencies {
classpath 'com.github.jk1:gradle-license-report:1.11'
classpath 'com.github.jk1:gradle-license-report:1.12'
}
}
apply plugin: 'com.github.jk1.dependency-license-report'
Expand Down Expand Up @@ -98,7 +98,7 @@ import com.github.jk1.license.filter.DependencyFilter
import com.github.jk1.license.filter.LicenseBundleNormalizer

plugins {
id("com.github.jk1.dependency-license-report") version "1.11"
id("com.github.jk1.dependency-license-report") version "1.12"
}

licenseReport {
Expand Down Expand Up @@ -326,7 +326,7 @@ repositories {
}
dependencies {
compile 'gradle.plugin.com.github.jk1:gradle-license-report:1.11'
compile 'gradle.plugin.com.github.jk1:gradle-license-report:1.12'
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "com.github.jk1"
version = "1.11"
version = "1.12"

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion samples/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.github.jk1.license.filter.DependencyFilter
import com.github.jk1.license.filter.LicenseBundleNormalizer

plugins {
id("com.github.jk1.dependency-license-report") version "1.11"
id("com.github.jk1.dependency-license-report") version "1.12"
id("java")
}

Expand Down

0 comments on commit dda8f20

Please sign in to comment.