Skip to content

Commit

Permalink
Using sootup 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Jun 13, 2024
1 parent 6f05565 commit deba1e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions cpg-language-jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ publishing {
}
}

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
kotlinOptions {
freeCompilerArgs = listOf("-Xcontext-receivers")
}
}

dependencies {
api(libs.bundles.sootup)
// needed until https://github.com/antlr/antlr4/issues/3895 is fixed
runtimeOnly("org.antlr:antlr4-runtime") {
version {
strictly("4.9.3")
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import sootup.core.types.ArrayType
import sootup.core.types.UnknownType
import sootup.core.util.printer.NormalStmtPrinter
import sootup.java.bytecode.inputlocation.JavaClassPathAnalysisInputLocation
import sootup.java.bytecode.interceptors.*
import sootup.java.core.interceptors.*
import sootup.java.core.views.JavaView
import sootup.java.sourcecode.inputlocation.JavaSourcePathAnalysisInputLocation
import sootup.jimple.parser.JimpleAnalysisInputLocation
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ log4j = "2.23.0"
sonarqube = "5.0.0.4638"
spotless = "6.25.0"
nexus-publish = "2.0.0"
sootup = "1.2.0"
sootup = "1.3.0"

[libraries]
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin"}
Expand Down

0 comments on commit deba1e5

Please sign in to comment.