File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 24
24
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25
25
*/
26
26
27
+ import io.spine.dependency.artifact
27
28
import io.spine.dependency.lib.AutoService
28
29
import io.spine.dependency.local.Base
29
30
import io.spine.dependency.local.Logging
@@ -56,7 +57,7 @@ dependencies {
56
57
testFixturesImplementation(it)
57
58
}
58
59
59
- testImplementation(( Jupiter .artifact( Jupiter . params)) )
60
+ testImplementation(Jupiter .artifact { params } )
60
61
testImplementation(TestLib .lib)
61
62
testImplementation(Time .lib)
62
63
testImplementation(ProtoData .api)
Original file line number Diff line number Diff line change 24
24
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25
25
*/
26
26
27
+ import io.spine.dependency.artifact
27
28
import io.spine.dependency.local.CoreJava
28
29
import io.spine.dependency.local.Logging
29
30
import io.spine.dependency.local.ProtoData
@@ -52,5 +53,5 @@ dependencies {
52
53
testFixturesImplementation(project(" :proto:configuration" ))
53
54
testFixturesImplementation(ProtoData .api)
54
55
testFixturesImplementation(ProtoData .testlib)
55
- testFixturesImplementation(Jupiter .artifact( Jupiter . params) )
56
+ testFixturesImplementation(Jupiter .artifact { params } )
56
57
}
You can’t perform that action at this time.
0 commit comments