Skip to content

Commit 8199909

Browse files
committed
release 4.14.0
Signed-off-by: gtebrean <[email protected]>
1 parent 0ac1a47 commit 8199909

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build Workflow Dispatch
1818
uses: convictional/[email protected]
1919
with:
20-
owner: hyperledger-web3j
20+
owner: LFDT-web3j
2121
repo: web3j-evm
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
workflow_file_name: build.yml

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ apply {
3737
'junit'
3838
].each { buildScript ->
3939
download {
40-
src "https://raw.githubusercontent.com/hyperledger-web3j/web3j-build-tools/main/gradle/$buildScript/build.gradle"
40+
src "https://raw.githubusercontent.com/LFDT-web3j/web3j-build-tools/main/gradle/$buildScript/build.gradle"
4141
dest "$rootDir/gradle/$buildScript/build.gradle"
4242
overwrite false
4343
quiet true

gradle/publish/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ publishing {
4848
slug = project.rootProjectOverride
4949
}
5050

51-
url = "https://github.com/hyperledger-web3j/$slug"
52-
connection = "scm:https://github.com/hyperledger-web3j/${slug}.git"
53-
developerConnection = "scm:git://github.com/hyperledger-web3j/${slug}.git"
51+
url = "https://github.com/LFDT-web3j/$slug"
52+
connection = "scm:https://github.com/LFDT-web3j/${slug}.git"
53+
developerConnection = "scm:git://github.com/LFDT-web3j/${slug}.git"
5454
}
5555

5656
developers {

gradle/spotless/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ apply plugin: 'com.diffplug.spotless'
33
apply plugin: "de.undercouch.download"
44

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

1212

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

0 commit comments

Comments
 (0)