Skip to content

Commit f355ab0

Browse files
committed
Use local build of Tuweni to compile
Signed-off-by: Luis Pinto <luis.pinto@consensys.net>
1 parent dbda7ee commit f355ab0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ targetCompatibility = JavaVersion.VERSION_21
2323
repositories {
2424
mavenCentral()
2525
maven { url "https://artifacts.consensys.net/public/maven/maven/" }
26+
mavenLocal()
2627
}
2728

2829
dependencies {

gradle/versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencyManagement {
2626
dependency 'org.mockito:mockito-core:5.12.0'
2727

2828
dependency 'io.vertx:vertx-core:4.5.9'
29-
dependencySet(group: 'io.consensys.tuweni', version: '2.7.0') {
29+
dependencySet(group: 'io.consensys.tuweni', version: '2.7.4-EXPERIMENTAL-SNAPSHOT') {
3030
entry 'tuweni-bytes'
3131
entry 'tuweni-crypto'
3232
entry 'tuweni-rlp'

0 commit comments

Comments
 (0)