File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed 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
+ * fix organization name [ # 116 ] ( https://github.com/hyperledger-web3j/web3j-evm/pull/116 )
19
19
20
20
# [ 4.12.2] ( https://github.com/hyperledger/web3j-evm/releases/tag/v4.12.2 ) (2024-09-18)
21
21
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ apply {
36
36
' junit'
37
37
]. each { buildScript ->
38
38
download {
39
- src " https://raw.githubusercontent.com/hyperledger/web3j-build-tools/main/gradle/$buildScript /build.gradle"
39
+ src " https://raw.githubusercontent.com/hyperledger-web3j /web3j-build-tools/main/gradle/$buildScript /build.gradle"
40
40
dest " $rootDir /gradle/$buildScript /build.gradle"
41
41
overwrite false
42
42
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 {
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ repositories {
5
5
maven { url " https://oss.sonatype.org/content/repositories/snapshots/" }
6
6
maven {
7
7
url " https://hyperledger.jfrog.io/artifactory/besu-maven/"
8
- artifactUrls " https://hyperledger.jfrog.io/artifactory/besu-maven/org/hyperledger/besu/plugin-api/21.7.2/"
9
- artifactUrls " https://hyperledger.jfrog.io/artifactory/besu-maven/org/hyperledger/besu/internal/besu/21.7.2/"
8
+ artifactUrls " https://hyperledger.jfrog.io/artifactory/besu-maven/org/hyperledger-web3j /besu/plugin-api/21.7.2/"
9
+ artifactUrls " https://hyperledger.jfrog.io/artifactory/besu-maven/org/hyperledger-web3j /besu/internal/besu/21.7.2/"
10
10
}
11
11
maven {
12
12
url " https://hyperledger.jfrog.io/artifactory/besu-binaries/"
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-build-tools/main/gradle/spotless/java.license'
6
+ src ' https://raw.githubusercontent.com/hyperledger-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-build-tools/main/gradle/spotless/formatter.properties'
14
+ src ' https://raw.githubusercontent.com/hyperledger-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