Skip to content

Commit

Permalink
Release 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jk1 committed Sep 18, 2019
1 parent 6e7600f commit 8289083
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.10'
id 'com.github.jk1.dependency-license-report' version '1.11'
}
```

Expand All @@ -31,7 +31,7 @@ buildscript {
}
dependencies {
classpath 'com.github.jk1:gradle-license-report:1.10'
classpath 'com.github.jk1:gradle-license-report:1.11'
}
}
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.10"
id("com.github.jk1.dependency-license-report") version "1.11"
}

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

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

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.10"
id("com.github.jk1.dependency-license-report") version "1.11"
id("java")
}

Expand Down

2 comments on commit 8289083

@z3ntu
Copy link

@z3ntu z3ntu commented on 8289083 Oct 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You didn't create a git tag for 1.11 so https://github.com/jk1/Gradle-License-Report/releases still shows 1.10 being the latest

@jk1
Copy link
Owner Author

@jk1 jk1 commented on 8289083 Oct 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please find it fixed

Please sign in to comment.