Skip to content

Commit e19f081

Browse files
m
1 parent ff916ce commit e19f081

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

utbot-framework/build.gradle

-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ repositories {
66

77
configurations {
88
z3native
9-
fetchInstrumentationJar
109
}
1110

1211
dependencies {
@@ -50,9 +49,6 @@ dependencies {
5049
z3native group: 'com.microsoft.z3', name: 'z3-native-win64', version: z3Version, ext: 'zip'
5150
z3native group: 'com.microsoft.z3', name: 'z3-native-linux64', version: z3Version, ext: 'zip'
5251
z3native group: 'com.microsoft.z3', name: 'z3-native-osx', version: z3Version, ext: 'zip'
53-
54-
//For my tests
55-
fetchInstrumentationJar project(path: ':utbot-instrumentation', configuration:'instrumentationArchive')
5652
}
5753

5854
processResources {
@@ -61,7 +57,4 @@ processResources {
6157
into "lib/x64"
6258
}
6359
}
64-
from(configurations.fetchInstrumentationJar) {
65-
into "lib"
66-
}
6760
}

0 commit comments

Comments
 (0)