File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
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
20
+ owner : hyperledger-web3j
21
21
repo : web3j-unit
22
22
github_token : ${{ secrets.GITHUB_TOKEN }}
23
23
workflow_file_name : build.yml
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
15
15
16
16
### BREAKING CHANGES
17
17
18
- *
18
+ * Update organization name [ # 87 ] ( https://github.com/hyperledger-web3j/web3j-unit/pull/87 )
19
19
20
20
# [ 4.12.2] ( https://github.com/hyperledger/web3j-unit/releases/tag/v4.12.2 ) (2024-09-18)
21
21
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ apply {
35
35
' junit'
36
36
]. each { buildScript ->
37
37
download {
38
- src " https://raw.githubusercontent.com/hyperledger/web3j-build-tools/main/gradle/$buildScript /build.gradle"
38
+ src " https://raw.githubusercontent.com/hyperledger-web3j /web3j-build-tools/main/gradle/$buildScript /build.gradle"
39
39
dest " $rootDir /gradle/$buildScript /build.gradle"
40
40
overwrite false
41
41
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/$slug "
52
- connection = " scm:https://github.com/hyperledger/${ slug} .git"
53
- developerConnection = " scm:git://github.com/hyperledger/${ slug} .git"
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"
54
54
}
55
55
56
56
developers {
You can’t perform that action at this time.
0 commit comments