Skip to content

Commit

Permalink
release 4.12.1
Browse files Browse the repository at this point in the history
Signed-off-by: gtebrean <[email protected]>
  • Loading branch information
gtebrean committed Aug 16, 2024
1 parent a41613a commit 2aeb7d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
repositories {
mavenCentral()
jcenter()
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
Expand All @@ -11,9 +11,9 @@ buildscript {
}

plugins {
id 'de.undercouch.download' version '4.1.1'
id 'de.undercouch.download' version '4.1.2'
id 'com.diffplug.gradle.spotless' version '4.5.1'
id 'io.codearte.nexus-staging' version '0.22.0'
id 'io.codearte.nexus-staging' version '0.30.0'
id 'de.marcphilipp.nexus-publish' version '0.4.0'
}

Expand All @@ -28,6 +28,7 @@ subprojects {
apply from: "$rootProject.projectDir/gradle/versions.gradle"

repositories {
jcenter()
mavenCentral()
maven { url "https://artifacts.consensys.net/public/maven/maven/" }
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
group=org.web3j
version=4.11.3-SNAPSHOT
version=4.12.1
kotlin.code.style=official
kotlin.caching.enabled=true
kotlin.incremental=true
kotlinVersion=1.8.10
kotlinVersion=1.9.24
org.gradle.caching=true
org.gradle.parallel=true

0 comments on commit 2aeb7d1

Please sign in to comment.