File tree Expand file tree Collapse file tree 10 files changed +16
-17
lines changed Expand file tree Collapse file tree 10 files changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ allprojects {
8181
8282 repositories {
8383 mavenCentral()
84- maven(" https://jitpack.io " )
84+ maven(" https://s01.oss.sonatype.org/content/repositories/orgunittestbotsoot-1004/ " )
8585 maven(" https://plugins.gradle.org/m2" )
8686 maven(" https://www.jetbrains.com/intellij-repository/releases" )
8787 maven(" https://cache-redirector.jetbrains.com/maven-central" )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ junit4PlatformVersion=1.9.0
1818mockitoVersion =3.5.13
1919z3Version =4.8.9.1
2020z3JavaApiVersion =4.8.9
21- sootCommitHash = ed85c59
21+ sootVersion = 4.4.0-FORK-2
2222kotlinVersion =1.7.20
2323log4j2Version =2.13.3
2424coroutinesVersion =1.6.3
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
1414 testImplementation project(' :utbot-sample' )
1515 testImplementation group : ' junit' , name : ' junit' , version : junit4Version
1616
17- implementation " com.github.UnitTestBot :soot:${ sootCommitHash } "
17+ implementation " org.unittestbot.soot :soot-utbot-fork :${ sootVersion } "
1818 implementation group : ' com.github.haifengl' , name : ' smile-kotlin' , version : ' 2.6.0'
1919 implementation group : ' com.github.haifengl' , name : ' smile-plot' , version : ' 2.6.0'
2020 implementation group : ' com.github.haifengl' , name : ' smile-core' , version : ' 2.6.0'
Original file line number Diff line number Diff line change 11import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
22
33val junit4Version: String by rootProject
4- val sootCommitHash : String by rootProject
4+ val sootVersion : String by rootProject
55val commonsLangVersion: String by rootProject
66val kotlinLoggingVersion: String? by rootProject
77
@@ -15,7 +15,7 @@ dependencies {
1515 api(project(" :utbot-rd" ))
1616 implementation(group = " com.jetbrains.rd" , name = " rd-framework" , version = " 2022.3.1" )
1717 implementation(group = " com.jetbrains.rd" , name = " rd-core" , version = " 2022.3.1" )
18- implementation(" com.github.UnitTestBot :soot:${sootCommitHash } " )
18+ implementation(" org.unittestbot.soot :soot-utbot-fork :${sootVersion } " )
1919 implementation(group = " io.github.microutils" , name = " kotlin-logging" , version = kotlinLoggingVersion)
2020 // TODO do we really need apache commons?
2121 implementation(group = " org.apache.commons" , name = " commons-lang3" , version = commonsLangVersion)
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 testImplementation project(" :utbot-framework" ). sourceSets. test. output
3333 testImplementation project(" :utbot-core" ). sourceSets. test. output
3434
35- implementation " com.github.UnitTestBot :soot:${ sootCommitHash } "
35+ implementation " org.unittestbot.soot :soot-utbot-fork :${ sootVersion } "
3636
3737 implementation group : ' com.fasterxml.jackson.module' , name : ' jackson-module-kotlin' , version : jacksonVersion
3838 implementation group : ' org.sosy-lab' , name : ' javasmt-solver-z3' , version : javasmtSolverZ3Version
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
1919 implementation group : ' com.jetbrains.rd' , name : ' rd-framework' , version : ' 2022.3.1'
2020 implementation group : ' com.jetbrains.rd' , name : ' rd-core' , version : ' 2022.3.1'
2121
22- implementation " com.github.UnitTestBot :soot:${ sootCommitHash } "
22+ implementation " org.unittestbot.soot :soot-utbot-fork :${ sootVersion } "
2323 implementation group : ' com.esotericsoftware.kryo' , name : ' kryo5' , version : kryoVersion
2424 // this is necessary for serialization of some collections
2525 implementation group : ' de.javakaffee' , name : ' kryo-serializers' , version : kryoSerializersVersion
Original file line number Diff line number Diff line change 11import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
22
3+ val sootVersion: String by rootProject
4+ val kotlinLoggingVersion: String by rootProject
5+ val rgxgenVersion: String by rootProject
6+
37plugins {
48 id(" com.github.johnrengelman.shadow" ) version " 7.1.2"
59}
@@ -11,14 +15,10 @@ tasks {
1115 }
1216}
1317
14- val sootCommitHash: String by rootProject
15- val kotlinLoggingVersion: String by rootProject
16- val rgxgenVersion: String by rootProject
17-
1818dependencies {
1919 implementation(project(" :utbot-framework-api" ))
2020
21- implementation(" com.github.UnitTestBot :soot:${sootCommitHash } " )
21+ implementation(" org.unittestbot.soot :soot-utbot-fork :${sootVersion } " )
2222 implementation(group = " io.github.microutils" , name = " kotlin-logging" , version = kotlinLoggingVersion)
2323 implementation(group = " com.github.curious-odd-man" , name = " rgxgen" , version = rgxgenVersion)
2424}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ val jacksonVersion: String? by rootProject
55val ideType: String? by rootProject
66val pythonCommunityPluginVersion: String? by rootProject
77val pythonUltimatePluginVersion: String? by rootProject
8- val sootCommitHash : String? by rootProject
8+ val sootVersion : String? by rootProject
99val kryoVersion: String? by rootProject
1010val semVer: String? by rootProject
1111val androidStudioPath: String? by rootProject
@@ -82,7 +82,6 @@ tasks {
8282}
8383
8484dependencies {
85- // implementation("com.github.UnitTestBot:soot:${sootCommitHash}")
8685 implementation(group = " com.jetbrains.rd" , name = " rd-framework" , version = " 2022.3.1" )
8786 implementation(group = " com.jetbrains.rd" , name = " rd-core" , version = " 2022.3.1" )
8887 implementation(group = " com.esotericsoftware.kryo" , name = " kryo5" , version = kryoVersion)
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
5252 implementation project(" :utbot-framework" )
5353 implementation project(" :utbot-analytics" )
5454
55- implementation " com.github.UnitTestBot :soot:${ sootCommitHash } "
55+ implementation " org.unittestbot.soot :soot-utbot-fork :${ sootVersion } "
5656 implementation group : ' org.apache.commons' , name : ' commons-exec' , version : ' 1.2'
5757 implementation group : ' io.github.microutils' , name : ' kotlin-logging' , version : kotlinLoggingVersion
5858 implementation group : ' org.jsoup' , name : ' jsoup' , version : ' 1.6.2'
Original file line number Diff line number Diff line change 11val kotlinLoggingVersion: String by rootProject
22val junit4Version: String by rootProject
33val junit5Version: String by rootProject
4- val sootCommitHash : String by rootProject
4+ val sootVersion : String by rootProject
55val mockitoVersion: String by rootProject
66
77dependencies {
88 implementation(project(" :utbot-framework-api" ))
9- implementation(" com.github.UnitTestBot :soot:${sootCommitHash } " )
9+ implementation(" org.unittestbot.soot :soot-utbot-fork :${sootVersion } " )
1010 implementation(project(" :utbot-fuzzers" ))
1111 implementation(project(" :utbot-instrumentation" ))
1212 implementation(group = " com.github.haifengl" , name = " smile-kotlin" , version = " 2.6.0" )
You can’t perform that action at this time.
0 commit comments