Skip to content

Commit

Permalink
4.12.3
Browse files Browse the repository at this point in the history
Signed-off-by: gtebrean <[email protected]>
  • Loading branch information
gtebrean committed Dec 23, 2024
1 parent a34bbe6 commit 9ffd599
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Features

*
* Upgrade to Web3j 4.12.3 and release web3j gradle plugin 4.12.3 [#90](https://github.com/hyperledger/web3j-gradle-plugin/pull/90)

### BREAKING CHANGES

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply {
'junit'
].each { buildScript ->
download {
src "https://raw.githubusercontent.com/hyperledger/web3j-build-tools/main/gradle/$buildScript/build.gradle"
src "https://raw.githubusercontent.com/hyperledger-web3j/web3j-build-tools/main/gradle/$buildScript/build.gradle"
dest "$rootDir/gradle/$buildScript/build.gradle"
overwrite true
quiet true
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies {

gradlePlugin {
website = 'https://web3j.io/'
vcsUrl = 'https://github.com/hyperledger/web3j-gradle-plugin'
vcsUrl = 'https://github.com/hyperledger-web3j/web3j-gradle-plugin'
plugins {
web3j {
description = 'Gradle plugin providing tasks to generate web3j contracts from Solidity.'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group=org.web3j
version=4.12.2
version=4.12.3
org.gradle.caching=true
org.gradle.parallel=true
solidityPluginVersion=0.5.1
solidityPluginVersion=0.5.2
kotlinVersion=1.9.24
4 changes: 2 additions & 2 deletions gradle/spotless/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ apply plugin: 'com.diffplug.spotless'
apply plugin: "de.undercouch.download"

task downloadJavaLicense(type: Download) {
src 'https://raw.githubusercontent.com/hyperledger/web3j-build-tools/main/gradle/spotless/java.license'
src 'https://raw.githubusercontent.com/hyperledger-web3j/web3j-build-tools/main/gradle/spotless/java.license'
dest new File("$rootDir/gradle/spotless",'java.license')
quiet true
onlyIfModified true
}

task downloadFormatterProperties(type: Download) {
src 'https://raw.githubusercontent.com/hyperledger/web3j-build-tools/main/gradle/spotless/formatter.properties'
src 'https://raw.githubusercontent.com/hyperledger-web3j/web3j-build-tools/main/gradle/spotless/formatter.properties'
dest new File("$rootDir/gradle/spotless",'formatter.properties')
quiet true
onlyIfModified true
Expand Down

0 comments on commit 9ffd599

Please sign in to comment.