File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
- name : Build Workflow Dispatch
18
18
uses :
convictional/[email protected]
19
19
with :
20
- owner : hyperledger -web3j
20
+ owner : LFDT -web3j
21
21
repo : web3j-evm
22
22
github_token : ${{ secrets.GITHUB_TOKEN }}
23
23
workflow_file_name : build.yml
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ apply {
37
37
' junit'
38
38
]. each { buildScript ->
39
39
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"
41
41
dest " $rootDir /gradle/$buildScript /build.gradle"
42
42
overwrite false
43
43
quiet true
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ publishing {
48
48
slug = project. rootProjectOverride
49
49
}
50
50
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"
54
54
}
55
55
56
56
developers {
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ apply plugin: 'com.diffplug.spotless'
3
3
apply plugin : " de.undercouch.download"
4
4
5
5
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'
7
7
dest new File (" $rootDir /gradle/spotless" ,' java.license' )
8
8
quiet true
9
9
onlyIfModified true
10
10
}
11
11
12
12
13
13
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'
15
15
dest new File (" $rootDir /gradle/spotless" ,' formatter.properties' )
16
16
quiet true
17
17
onlyIfModified true
You can’t perform that action at this time.
0 commit comments