We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f81f64 commit a573a9cCopy full SHA for a573a9c
build.gradle
@@ -1,7 +1,6 @@
1
buildscript {
2
repositories {
3
mavenCentral()
4
- jcenter()
5
}
6
dependencies {
7
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
gradle.properties
@@ -1,5 +1,5 @@
group=org.web3j
-version=4.12.4-SNAPSHOT
+version=4.13.0
kotlin.code.style=official
kotlin.caching.enabled=true
kotlin.incremental=true
0 commit comments