Skip to content

Commit

Permalink
Merge pull request #15 from sei-eschwartz/main
Browse files Browse the repository at this point in the history
Minor updates to Gradle file
  • Loading branch information
sei-eschwartz committed Feb 20, 2024
2 parents 274c2bb + 4108492 commit ed6edab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
plugins {
id 'java'
id 'kaiju.gradle.ghidrahtml'
id "de.undercouch.download" version "5.3.1" // used to download z3 source zip archive
id "de.undercouch.download" version "5.5.0" // used to download z3 source zip archive
id "io.github.tomtzook.gradle-cmake" version "1.2.2" // used to build z3 automatically
id 'com.adarshr.test-logger' version '4.0.0' // used because gradle sucks at showing test output
}
Expand Down Expand Up @@ -296,7 +296,6 @@ task buildZ3 {
if (!(file('build/cmake/z3/linux-amd64/libz3.so').exists() ||
file('build/cmake/z3/windows-amd64/libz3.dll').exists() ||
file('build/cmake/z3/osx-amd64/libz3.dylib').exists())) {
logger.warn("We are adding a dependency")
dependsOn(tasks.cmakeBuild)
}
}
Expand Down

0 comments on commit ed6edab

Please sign in to comment.