Skip to content

Commit 6e74a5f

Browse files
author
Andrei Kamarouski
committed
add guava
1 parent ae224b0 commit 6e74a5f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ plugins {
22
id "java-library"
33
}
44

5+
configurations{
6+
compileClasspath{
7+
attributes.attribute(TargetJvmEnvironment.TARGET_JVM_ENVIRONMENT_ATTRIBUTE, objects.named(TargetJvmEnvironment.class, TargetJvmEnvironment.STANDARD_JVM))
8+
}
9+
}
10+
511
group = 'com.zebrunner'
612
version = "${version != 'unspecified' ? version : '1.7.0'}"
713

0 commit comments

Comments
 (0)