Skip to content

Commit

Permalink
Merge pull request #93 from hyperledger-web3j/bump_4.12.3
Browse files Browse the repository at this point in the history
4.12.3
  • Loading branch information
gtebrean authored Dec 23, 2024
2 parents a34bbe6 + 0b7008e commit aa9141b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.12.3]() (Upcoming)
# [4.12.4]() (Upcoming)

### Bug Fixes

Expand All @@ -17,6 +17,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

*

# [4.12.3](https://github.com/web3j/web3j-gradle-plugin/releases/tag/v4.12.3) (2024-12-23)

### Bug Fixes

*

### Features

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

### BREAKING CHANGES

*

# [4.12.2](https://github.com/web3j/web3j-gradle-plugin/releases/tag/v4.12.2) (2024-09-19)

### Bug Fixes
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 aa9141b

Please sign in to comment.