Skip to content

Commit ead5ea2

Browse files
authored
Merge pull request #2207 from LFDT-web3j/fix/organization
fix
2 parents ea92f56 + e960880 commit ead5ea2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

gradle/publish/build.gradle

Lines changed: 3 additions & 3 deletions
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/$slug"
52-
connection = "scm:https://github.com/hyperledger/${slug}.git"
53-
developerConnection = "scm:git://github.com/hyperledger/${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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ 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-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
task downloadFormatterProperties(type: Download) {
13-
src 'https://raw.githubusercontent.com/hyperledger/web3j-build-tools/main/gradle/spotless/formatter.properties'
13+
src 'https://raw.githubusercontent.com/LFDT-web3j/web3j-build-tools/main/gradle/spotless/formatter.properties'
1414
dest new File("$rootDir/gradle/spotless",'formatter.properties')
1515
quiet true
1616
onlyIfModified true

0 commit comments

Comments
 (0)