mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
fix: added test fixtures dependencies for linea-contract-clients (#1166)
This commit is contained in:
@@ -5,6 +5,15 @@ plugins {
|
||||
|
||||
description = "Linea L1 smart contract client"
|
||||
|
||||
configurations {
|
||||
testFixturesDeps {
|
||||
extendsFrom implementation // Inherit plugin's dependencies
|
||||
canBeConsumed = false
|
||||
canBeResolved = false
|
||||
}
|
||||
testFixturesImplementation.extendsFrom testFixturesDeps
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api project(':jvm-libs:linea:core:domain-models')
|
||||
api project(':jvm-libs:linea:clients:interfaces')
|
||||
|
||||
Reference in New Issue
Block a user