We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8ab94 commit efefbcbCopy full SHA for efefbcb
build.gradle
@@ -5,9 +5,17 @@ plugins {
5
group = 'com.zebrunner'
6
version = "${version != 'unspecified' ? version : '1.7.0'}"
7
8
+sourceSets.all {
9
+ configurations.getByName(runtimeClasspathConfigurationName) {
10
+ attributes.attribute(Attribute.of("org.gradle.jvm.environment", String), "standard-jvm")
11
+ }
12
+ configurations.getByName(compileClasspathConfigurationName) {
13
14
15
+}
16
+
17
repositories {
18
mavenCentral()
- google()
19
}
20
21
dependencies {
0 commit comments