Skip to content

Commit

Permalink
Merge pull request #55 from AlexandrouR/version-update
Browse files Browse the repository at this point in the history
Bump project version to 4.6.4
  • Loading branch information
josh-richardson committed Oct 6, 2020
2 parents 9a876c7 + a5508ba commit 429c550
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,2 +1,2 @@
group=org.web3j
version=4.7.0-SNAPSHOT
version=4.6.4
2 changes: 2 additions & 0 deletions gradle/spotless/build.gradle
Expand Up @@ -23,6 +23,7 @@ spotless {
include '**/src/*/java/**/*.java'
exclude '**/.gradle/**'
exclude '**/generated/**'
exclude '**/build/install/**'
}
removeUnusedImports()
googleJavaFormat("1.7").aosp()
Expand All @@ -36,6 +37,7 @@ spotless {
target fileTree('.') {
include '**/*.kt'
exclude '**/.gradle/**'
exclude '**/build/install/**'
}
ktlint('0.31.0')
trimTrailingWhitespace()
Expand Down

0 comments on commit 429c550

Please sign in to comment.