Skip to content

Commit

Permalink
Use [email protected] prerelease for execution spec tests in ref…
Browse files Browse the repository at this point in the history
…erenceTests

Signed-off-by: Simon Dudley <[email protected]>
  • Loading branch information
siladu committed Jan 14, 2025
1 parent a937e14 commit 5efd396
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ configure(allprojects - project(':platform')) {
def ethExecSpecTestsRepo = ivy {
url 'https://github.com'
patternLayout {
artifact '/[organisation]/[module]/releases/download/v[revision]/[classifier].[ext]'
artifact '/[organisation]/[module]/releases/download/[revision]/[classifier].[ext]'
}
metadataSources {
artifact()
Expand Down
2 changes: 1 addition & 1 deletion ethereum/referencetests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ dependencies {
referenceTestImplementation project(path: ':testutil')
referenceTestImplementation project(path: ':util')
// the following will be resolved via custom ivy repository declared in root build.gradle
referenceTestImplementation 'ethereum:execution-spec-tests:3.0.0:fixtures_stable@tar.gz'
referenceTestImplementation 'ethereum:execution-spec-tests:[email protected].0:fixtures_pectra-devnet-5@tar.gz'
referenceTestImplementation 'com.fasterxml.jackson.core:jackson-databind'
referenceTestImplementation 'com.google.guava:guava'
referenceTestImplementation 'io.tmio:tuweni-bytes'
Expand Down
5 changes: 5 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1589,6 +1589,11 @@
<sha256 value="110c3f7808bebf33541efedb5e57fc22dd1f33f83220343b1d720032739e785b" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="ethereum" name="execution-spec-tests" version="[email protected]">
<artifact name="[email protected]_pectra-devnet-5.tar.gz">
<sha256 value="c7c362849a1535a44651c647e463eeb3b453173a04a3cc0dd7f6fd24a9dbb1be" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="info.picocli" name="picocli" version="3.0.0">
<artifact name="picocli-3.0.0.jar">
<sha256 value="22dbbe287dd0ab9d4d519ac9f2dd909537b6daf279ac5962a3bad8c9dae61032" origin="Generated by Gradle"/>
Expand Down

0 comments on commit 5efd396

Please sign in to comment.