Skip to content

Commit

Permalink
Version 2.0.2
Browse files Browse the repository at this point in the history
- Support for "module/someDir/sub-module" location
- Upgrade OrderedProperties dependency for Java11
  • Loading branch information
davideas committed Oct 1, 2019
1 parent f36b39b commit 8578ab1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ buildscript {
}
dependencies {
// Using Bintray or Gradle Plugins repository
classpath "eu.davidea:grabver:2.0.1"
classpath "eu.davidea:grabver:2.0.2"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build-test.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
}
//noinspection GroovyAssignabilityCheck
dependencies {
classpath 'eu.davidea:grabver:2.0.1'
classpath 'eu.davidea:grabver:2.0.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion module_a/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath 'eu.davidea:grabver:2.0.1'
classpath 'eu.davidea:grabver:2.0.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion module_b/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath 'eu.davidea:grabver:2.0.1'
classpath 'eu.davidea:grabver:2.0.2'
}
}

Expand Down

0 comments on commit 8578ab1

Please sign in to comment.