File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ apply plugin: 'com.diffplug.spotless'
33apply plugin : " de.undercouch.download"
44
55task 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
1212task 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
You can’t perform that action at this time.
0 commit comments