Skip to content

Commit

Permalink
add guava
Browse files Browse the repository at this point in the history
  • Loading branch information
akamarouski committed Feb 4, 2024
1 parent ae224b0 commit 6e74a5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ plugins {
id "java-library"
}

configurations{
compileClasspath{
attributes.attribute(TargetJvmEnvironment.TARGET_JVM_ENVIRONMENT_ATTRIBUTE, objects.named(TargetJvmEnvironment.class, TargetJvmEnvironment.STANDARD_JVM))
}
}

group = 'com.zebrunner'
version = "${version != 'unspecified' ? version : '1.7.0'}"

Expand Down

0 comments on commit 6e74a5f

Please sign in to comment.