Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #28 from twinklehawk/hashes
Browse files Browse the repository at this point in the history
Hashes
  • Loading branch information
twinklehawk authored Feb 24, 2020
2 parents 517d3f2 + 7ab21ec commit f878db5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add airtable-java to the `dependencies` section of your `build.gradle`:
```groovy
dependencies {
...
implementation 'com.tryadhawk:airtable-java:2.0.2'
implementation 'com.tryadhawk:airtable-java:2.0.5'
...
}
```
Expand All @@ -33,7 +33,7 @@ Add airtable-java to the `dependencies` section of your `pom.xml`
<dependency>
<groupId>com.tryadhawk</groupId>
<artifactId>airtable-java</artifactId>
<version>2.0.2</version>
<version>2.0.5</version>
</dependency>
...
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

group = 'com.tryadhawk'
version = '2.0.4'
version = '2.0.5'

description = """com.tryadhawk airtable"""

Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# nexus has issues with sha-512 hashes for maven-metadata.xml files
systemProp.org.gradle.internal.publish.checksums.insecure=true

0 comments on commit f878db5

Please sign in to comment.